CarterCommunity / Carter

Carter is framework that is a thin layer of extension methods and functionality over ASP.NET Core allowing code to be more explicit and most importantly more enjoyable.
MIT License
2.11k stars 174 forks source link

Data binding from request does not work when letter casing is different #236

Closed KimiBitanga closed 4 years ago

KimiBitanga commented 4 years ago

Issue found in Carter 5.0.0. This is already fixed in DefaultJsonModelBinder but it is added after Carter 5.0.0 was released. We need you to release new version with this fix.

JoeStead commented 4 years ago

You can a package with the latest version here: https://github.com/CarterCommunity/Carter#ci-builds which should keep you going until the next version is pushed out to nuget

JoeStead commented 4 years ago

The latest has been released targetting 3.1

If this is an issue you can either use an old ci build or upgrade to the latest!