Skip to content

Conversation

@meaghanlewis
Copy link
Contributor

@meaghanlewis meaghanlewis commented Nov 10, 2025

Summary

This pull request updates documentation for C# and .NET 10 to reflect the transition from preview to the official release. The most important changes include removing outdated preview warnings and updating prerequisites to reference the released .NET 10 SDK instead of the preview version.

Documentation updates for .NET 10 release:

  • Removed the preview warning and disclaimer for file-based apps in file-based-programs.md, since .NET 10 is no longer in preview.
  • Updated the prerequisites in multiple tutorials to reference the released ".NET 10 SDK" instead of the "preview SDK":
    • file-based-programs.md
    • compound-assignment-operators.md
    • extension-members.md
  • Removed mention of ".NET 10 Preview 1" from the C# 14 "What's new" documentation to reflect the current release status.

Contributes to #48865


Internal previews

📄 File 🔗 Preview link
docs/csharp/fundamentals/tutorials/file-based-programs.md Tutorial: Build file-based C# programs
docs/csharp/whats-new/csharp-14.md What's new in C# 14
docs/csharp/whats-new/tutorials/compound-assignment-operators.md Tutorial: Create compound assignment operators
docs/csharp/whats-new/tutorials/extension-members.md docs/csharp/whats-new/tutorials/extension-members

@dotnetrepoman dotnetrepoman bot added this to the November 2025 milestone Nov 10, 2025
@meaghanlewis meaghanlewis marked this pull request as ready for review November 10, 2025 18:23
@meaghanlewis meaghanlewis requested review from a team and BillWagner as code owners November 10, 2025 18:23
Copilot AI review requested due to automatic review settings November 10, 2025 18:23
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 pull request updates documentation to reflect that .NET 10 is no longer in preview status. The changes remove "preview" designations from .NET 10 SDK references and remove preview-related disclaimers.

  • Removes "preview" designation from .NET 10 SDK references across multiple tutorial files
  • Removes the outdated "last updated for .NET 10 Preview 1" statement from the C# 14 what's new page
  • Removes the IMPORTANT note about .NET 10 being in preview from the file-based programs tutorial

Reviewed Changes

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

File Description
docs/csharp/whats-new/tutorials/extension-members.md Updates prerequisite to reference .NET 10 SDK instead of .NET 10 preview SDK
docs/csharp/whats-new/tutorials/compound-assignment-operators.md Updates prerequisite to reference .NET 10 SDK instead of .NET 10 preview SDK
docs/csharp/whats-new/csharp-14.md Removes outdated preview version reference statement
docs/csharp/fundamentals/tutorials/file-based-programs.md Removes preview disclaimer note and updates prerequisite to reference .NET 10 SDK instead of .NET 10 preview SDK

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

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

This LGTM. Let's :shipit:

@meaghanlewis meaghanlewis merged commit 5833277 into net10-release Nov 11, 2025
15 checks passed
@meaghanlewis meaghanlewis deleted the remove-preview-references branch November 11, 2025 16:20
adegeo added a commit that referenced this pull request Nov 11, 2025
* Update what's new articles and landing page for .NET 10 release (#49675)

* code analysis updates for .net 10 ga (#49662)

* Version updates for .NET 10 GA (#49661)

* update version in 'enabled by default'

* zone pivots and analysislevel

* .net 10 ga updates

* reset ca files

* fix zone pivot warnings

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* update details to show .NET 10 as latest release (#49671)

* update details to show .net 10 as latest release

* remove LTS from out of support versions

* Update docs/core/install/linux-ubuntu-decision.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* edits

* fix table format

* clarify .NET 10 as LTS

* revert changes to target frameworks

* change back template version

* add lts/stable back to .NET SDK 8 snap channel

* revert changes to the main branch version

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Installer updates windows/mac/linux (#49686)

* Installer updates windows/mac/linux

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Fix image links

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update info about x64 and arm64 (#49703)

* Update info about x64 and arm64

* Update docs/core/install/linux-sles.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update documentation to remove references to .NET 10 preview (#49694)

* Remove preview to preview breaking changes (#49705)

* Adjust tables; add note that pkgs may take time (#49713)

---------

Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Andy De George (from Dev Box) <adegeo@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants