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.06k stars 174 forks source link

Added Property Insensitive Casing to request deserialization (#219) #220

Closed Jaxelr closed 4 years ago

Jaxelr commented 4 years ago

This is done in order to avoid binding failures on scenarios where the casing is different on the request.

jchannon commented 4 years ago

Thanks @Jaxelr 👍 ❤️