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.05k stars 172 forks source link

.NET 6 Baby! #282

Closed jchannon closed 2 years ago

jchannon commented 2 years ago

This is a large breaking change for .NET6.

CarterModule has been replaced with ICarterModule OpenAPI support has been removed and the built in support for it in the ASP.NET Core pipeline is now recommended. IStatusCodeHandler has been removed. IModelBinder has been removed.

JoeStead commented 2 years ago

Nice small change then