Skip to content

Conversation

@jongalloway
Copy link
Contributor

This pull request adds release notes and supporting documentation for .NET 10, including detailed updates for major components and configuration improvements for link checking. The documentation provides an overview of new features, component-specific updates, and resources for getting started with .NET 10.

Release notes and documentation for .NET 10:

  • Added a comprehensive .NET 10 release notes overview in release-notes/10.0/10.0.0/README.md, including links to component-specific notes, getting started guides, and announcements.
  • Added individual release notes files for key .NET 10 components:
    • libraries.md, runtime.md, sdk.md, aspnetcore.md, dotnetmaui.md, csharp.md, efcoreanddata.md, fsharp.md, winforms.md, and wpf.md, each summarizing updates, linking to official documentation, and referencing announcement resources. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

Configuration improvements:

  • Updated .github/workflows/markdown-link-check-config.json to recognize .NET 10-specific URLs and patterns as valid, ensuring that new release documentation links are properly handled by automated link checking.

- Add complete release notes for .NET 10.0.0 (release-notes/10.0/10.0.0/):
  README.md, 10.0.0.md and per-area pages (aspnetcore, csharp, dotnetmaui,
  efcoreanddata, fsharp, libraries, runtime, sdk, winforms, wpf)
- Update .github/workflows/markdown-link-check-config.json ignore patterns/formatting
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds comprehensive release notes documentation for .NET 10.0.0 (GA release scheduled for November 11, 2025). The PR includes component-specific release notes, download links, package listings, and configuration updates to support link validation for the new version.

Key changes:

  • Adds release notes for all major .NET 10.0.0 components (Runtime, SDK, Libraries, ASP.NET Core, WPF, WinForms, .NET MAUI, EF Core, C#, F#)
  • Provides detailed download links and package version information in the main 10.0.0.md file
  • Updates markdown link checker configuration to ignore not-yet-available .NET 10 URLs

Reviewed Changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated 2 comments.

File Description
release-notes/10.0/10.0.0/README.md Main release notes index page with navigation to all component-specific documentation
release-notes/10.0/10.0.0/10.0.0.md Detailed release page with download links, package versions, and Visual Studio compatibility information
release-notes/10.0/10.0.0/*.md Component-specific release notes for Runtime, SDK, Libraries, ASP.NET Core, WPF, WinForms, MAUI, EF Core, C#, and F#
.github/workflows/markdown-link-check-config.json Adds ignore patterns for .NET 10 URLs that may not be live yet

@jongalloway jongalloway changed the title Add .NET 10.0.0 release notes and update markdown link-check config Add .NET 10.0.0 release notes Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants