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

Corrections to address openapi generation failure for nullable types #249

Closed williamhbell closed 4 years ago

williamhbell commented 4 years ago

These fixes are needed to address a bug that affects some objects that contain simple nullable types, such as "int?".

jchannon commented 4 years ago

Thanks! 👍