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

Document example config of custom model binder, response negotiator #274

Closed AndrewADev closed 3 years ago

AndrewADev commented 3 years ago

These changes surface the previously implemented functionality allowing for custom model binders and custom response negotiators in the README, and highlight the provided Newtonsoft implementations in particular.

To start, I've put them in a new section I've called "Configuration". Do let me know if you'd prefer a different structure here, though.

(For a recent project using Carter, I found myself wondering why I could see a dependency on Newtonsoft, yet I wasn't seeing the deserialization behavior I expected, and these examples would've helped me along at the time)

jchannon commented 3 years ago

Thanks 👍