Open filipw opened 7 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.
Will this eventually be released as a NuGet package?