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.08k stars 175 forks source link

Correcting the code to handle ulong and nullable simple types #205

Closed williamhbell closed 4 years ago

williamhbell commented 4 years ago

As discussed today, this pull request is to address issues that affect ulong and ulong? types. Other numeric types have been added for completeness.

jchannon commented 4 years ago

Thanks 👍