Skip to content

0.1.0-alpha011

Pre-release
Pre-release
Compare
Choose a tag to compare
@dustinmoris dustinmoris released this 15 Apr 12:31
· 1206 commits to master since this release

New features

  • Added a warbler function
  • Added model binding capabilities which can automatically bind a HTTP payload to a strongly typed model: bindJson, bindXml, bindForm and bindModel

Improvements

  • Improved the negotiateWith and negotiate http handlers by making use of ASP.NET Core's MediaTypeHeaderValue class
  • Added *.cshtml files to the DotNet watcher in the template

Bug fixes

  • Fixed AssemblyName and PackageId values in the template