billbogaiv / hybrid-model-binding

Provides the ability to bind models using both ModelBinder and ValueProvider in ASP.NET Core.
MIT License
104 stars 19 forks source link

when used with ApiController attribute in core 2.2 the binding errors are reflected in modelstate #31

Closed greenbox64 closed 4 years ago

greenbox64 commented 5 years ago

when used with ApiController attribute in core 2.2 the binding errors are reflected in modelstate so that the "Automatic HTTP 400 responses" can be fired by the mvc core api project

billbogaiv commented 4 years ago

Not sure what this issue means, but sounds similar to https://github.com/billbogaiv/hybrid-model-binding/issues/41. I'm going to post any further updates there.