billbogaiv / hybrid-model-binding

Provides the ability to bind models using both ModelBinder and ValueProvider in ASP.NET Core.
MIT License
104 stars 19 forks source link

Switch from Newtonsoft.Json to System.Text.Json #57

Closed bkaid closed 2 years ago

bkaid commented 3 years ago

Also switched from the retired netstandard2.1 (which requires .net core 3 or greater) to netcoreapp3.1 which supports doing a FrameworkReference of Microsoft.AspNetCore.App, instead of referencing 3 year old deprecated MVC packages.

Misiu commented 2 years ago

@bkaid we should be able to specify which lib we want to use: Newtonsoft.Json or System.Text.Json. I have some projects where I can't (yet) switch to System.Text.Json because of missing features (for example custom contract resolver)