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,...
**Describe the bug** Because `DateOnly` is present on both the `System` and `System.Text.Json` namespace. Existing code needs to be de-conflicted by including the full namespace. **To Reproduce** ```cs using System.Text.Json;...
.NET 9 was recently released. There are no changes in the public API for the `System.DateOnly` and `System.TimeOnly` types. However, it would be better to review the commit history for...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. Release notes Sourced from actions/upload-artifact's releases. v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @stefanzweifel Restore Detached State Detection (#393) @stefanzweifel Add Support for Tag...