System.DateTimeOnly
System.DateTimeOnly copied to clipboard
Make DateOnly and TimeOnly data types available for all .NET versions prior to .NET 6
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.11.0 What's Changed Add reference to the AdapterUtilities library in the spec docs. by @peterwald in microsoft/vstest#4958 Stack...
The backported JSON converters from the `System.Text.Json` have no unit test coverage right now: - [x] Try to find the available unit tests in the `System.Text.Json` code base and backport...
We are using a combination of DateOnly and RestSharp for our API environment. When serializing the DateOnly object in .Net Framework it comes out as { "Year": 2024, "Month": 9,...