filipw / Strathweb.Samples.AspNetCore.QueryStringBinding

MIT License
24 stars 9 forks source link

Upgrade to NET Core 2 #1

Open filipw opened 7 years ago

lgoudriaan commented 6 years ago

Will this eventually be released as a NuGet package?

samlbest commented 6 years ago

This code works fine in .NET Core 2.1. There's currently an MVC bug (https://github.com/aspnet/Mvc/issues/7712) which causes binding to fail on controllers decorated with the [ApiController] attribute. After removing that attribute it's working for me.