Skip to content

.NET 10 RC 2

Choose a tag to compare

@erwinkramer erwinkramer released this 16 Oct 11:49
61cfc40

This marks the first release on .NET 10 via RC 2.

Because this project heavily relies on the Generate OpenAPI documents feature and its features to customize those documents, introduced in .NET 9, which both have been revamped quite a lot since .NET 10, the changes in this PR are rather substantial.

What's Changed

  • Upgrade to .NET 10 RC 2 by @erwinkramer in #6
  • Upgraded from OpenAPI v3.0.1 to v3.1.1
  • Improved handling of the ASP.NET Core HTTPS development certificate with dev containers
  • Support for Enable built-in validation support for Minimal APIs
  • Various improvements to either make .NET 10 work better with the code-base, or to improve dependency usage

Full Changelog: dotnet9...dotnet10rc2