-
Notifications
You must be signed in to change notification settings - Fork 6k
Update What's New documentation for .NET 10 RC 2 #49283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: BillWagner <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM. Tagging others for final review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Updates What's New documentation for .NET 10 RC 2, adding the new MSBuild tasks interoperability feature and updating metadata/version references from RC 1 to RC 2.
- Updated ms.date and RC version text across overview, runtime, libraries, and SDK articles
- Added new section detailing how to use .NET MSBuild tasks with .NET Framework MSBuild (Visual Studio / msbuild.exe)
- Included configuration, performance notes, limitations, and future roadmap for the MSBuild task hosting feature
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
File | Description |
---|---|
docs/core/whats-new/dotnet-10/overview.md | Updated ms.date and RC version reference text |
docs/core/whats-new/dotnet-10/runtime.md | Updated ms.date and RC version reference text |
docs/core/whats-new/dotnet-10/libraries.md | Updated ms.date and RC version reference text |
docs/core/whats-new/dotnet-10/sdk.md | Added new MSBuild tasks interoperability section and updated ms.date / RC reference |
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This LGTM @BillWagner. Just a handful of suggestions to consider.
Co-authored-by: Genevieve Warren <[email protected]> Co-authored-by: Meaghan Osagie (Lewis) <[email protected]>
Don't discuss what hasn't happened yet.
This PR updates the .NET 10 What's New documentation to reflect the RC 2 release, following the guidelines in
.github/prompts/whats-new-net.md
.Changes
Updated all four What's New articles for .NET 10 RC 2:
New Feature: .NET MSBuild Tasks with .NET Framework MSBuild
The most significant addition in RC 2 is support for running .NET MSBuild tasks in Visual Studio 2026 and
msbuild.exe
. Previously, MSBuild running in Visual Studio (a .NET Framework application) could only execute .NET Framework tasks, while MSBuild in thedotnet
CLI (a .NET application) could run .NET tasks.Starting with .NET 10, task authors can write MSBuild tasks that target .NET and have them work everywhere, including Visual Studio and
msbuild.exe
. The documentation includes:Runtime="NET"
andTaskFactory="TaskHostFactory"
Metadata Updates
All files now have:
ms.date
updated to10/15/2025
ai-usage: ai-assisted
metadata presentSource Material
Content based on official .NET 10 RC 2 release notes from the dotnet/core repository, adapted per Microsoft Writing Style Guide (removed first-person references and marketing language, converted to second person).
Fixes #<issue_number>
Original prompt
Fixes #49282
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews