dotvvm icon indicating copy to clipboard operation
dotvvm copied to clipboard

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

Open exyi opened this issue 1 year ago • 0 comments

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):

exyi avatar Mar 17 '24 15:03 exyi