System.DateTimeOnly icon indicating copy to clipboard operation
System.DateTimeOnly copied to clipboard

Make DateOnly and TimeOnly data types available for all .NET versions prior to .NET 6

Results 3 System.DateTimeOnly issues
Sort by recently updated
recently updated
newest added

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...

dependencies
.NET

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...

enhancement

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,...

duplicate
question