-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
What's New - .NET 10 Preview 1 #44878
base: main
Are you sure you want to change the base?
Conversation
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.
👍
@@ -1330,8 +1330,13 @@ | |||
"redirect_document_id": true | |||
}, | |||
{ | |||
"source_path_from_root": "/docs/core/whats-new/index.md", | |||
"source_path_from_root": "/docs/core/whats-new/dotnet-9.md", |
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.
Why is this needed?
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.
Beats me. 🤷🏻♂️ I only did that because the context makes it appear to be a standard practice.
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.
Ah, then this isn't needed for .NET 9. I don't think there was ever an article named "dotnet-9.md". For .NET 8, we originally had a single "whats-new/dotnet-8.md" article, but then Rich wanted to split it out into overview/runtime/sdk/libraries, so a redirect was necessary.
title: What's new in .NET 10 | ||
description: Learn about the new .NET features introduced in .NET 10 for the runtime, libraries, and SDK. Also find links to what's new in other areas, such as ASP.NET Core. | ||
titleSuffix: "" | ||
ms.date: 02/12/2025 |
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.
Might push the date out a bit.
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.
I was wondering this as well. I'd set it to the ship date for the preview before merging.
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.
Reviewed after commit 4. What's here looks good so far.
title: What's new in .NET 10 | ||
description: Learn about the new .NET features introduced in .NET 10 for the runtime, libraries, and SDK. Also find links to what's new in other areas, such as ASP.NET Core. | ||
titleSuffix: "" | ||
ms.date: 02/12/2025 |
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.
I was wondering this as well. I'd set it to the ship date for the preview before merging.
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Fixes #44694
Internal previews