riganti / dotvvm

Open source MVVM framework for Web Apps
https://www.dotvvm.com
Apache License 2.0
743 stars 97 forks source link

Use System.Text.Json as a backend for view model serialization #1799

Open exyi opened 6 months ago

exyi commented 6 months ago

All UI tests are currently passing (on Asp.Net Core), most unit tests pass on both .NET Core and .NET Framework, Owin UI tests do not start because of some assembly version conflicts.

Changes to Samples and UI tests are minimal (only dependency version changes, as this requires System.Text.Json 8):