Skip to content
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

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e43a4c3
initial commit
CamSoper Feb 12, 2025
7556b3e
additions
CamSoper Feb 12, 2025
c00c0f0
couple more tweaks
CamSoper Feb 12, 2025
b8d0b32
whoops
CamSoper Feb 12, 2025
2a4fc61
Apply suggestions from code review
CamSoper Feb 13, 2025
ccc905c
Update .openpublishing.redirection.core.json
CamSoper Feb 18, 2025
2ed3a1f
Added SDK
CamSoper Feb 18, 2025
a58fe7c
whoopsie
CamSoper Feb 18, 2025
6e2d257
Added some more content
CamSoper Feb 19, 2025
3844a83
more links
CamSoper Feb 19, 2025
afdd7c7
lint
CamSoper Feb 19, 2025
8bbc6b5
Apply suggestions from code review
CamSoper Feb 19, 2025
38427a0
tweaks
CamSoper Feb 19, 2025
8e45999
Apply suggestions from code review
CamSoper Feb 19, 2025
12d7270
updates
CamSoper Feb 19, 2025
0ae965a
Remove snippets for now
CamSoper Feb 20, 2025
009a29a
Overview updates
CamSoper Feb 20, 2025
eb14355
Copilot broke my lint
CamSoper Feb 20, 2025
4446053
fix warning
CamSoper Feb 20, 2025
3b478fd
download link
CamSoper Feb 20, 2025
8cf37c9
metadata
CamSoper Feb 20, 2025
9d49cc2
Added project
CamSoper Feb 20, 2025
d8accaa
fix suggestion
CamSoper Feb 20, 2025
8cc0248
Aspire
CamSoper Feb 20, 2025
4a136b6
Apply suggestions from code review
CamSoper Feb 21, 2025
93e772d
feedback
CamSoper Feb 25, 2025
7780fa9
Merge branch 'net10-whats-new' of https://github.com/CamSoper/dotnet.…
CamSoper Feb 25, 2025
226c23c
fix overview
CamSoper Feb 25, 2025
4b55053
Apply suggestions from code review
CamSoper Feb 25, 2025
28f0cdc
whoops
CamSoper Feb 25, 2025
2cae881
Merge branch 'net10-whats-new' of https://github.com/CamSoper/dotnet.…
CamSoper Feb 25, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .openpublishing.redirection.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"redirect_url": "/dotnet/core/whats-new/dotnet-9/overview",
"redirect_document_id": true
},
{
"source_path_from_root": "/docs/core/whats-new/index.md",
"redirect_url": "/dotnet/core/whats-new/dotnet-10/overview",
"ms.custom": "updateeachrelease"
},
{
Expand Down
11 changes: 11 additions & 0 deletions docs/core/whats-new/dotnet-10/libraries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: What's new in .NET libraries for .NET 10
description: Learn about the new .NET libraries features introduced in .NET 10.
titleSuffix: ""
ms.date: 02/12/2025
ms.topic: whats-new
---

# What's new in .NET libraries for .NET 10

This article describes new features in the .NET libraries for .NET 10. It has been updated for Preview 1.
59 changes: 59 additions & 0 deletions docs/core/whats-new/dotnet-10/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
title: What's new in .NET 10
description: Learn about the new 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
ms.topic: whats-new
---

# What's new in .NET 10

Learn about the new features in .NET 10 and find links to further documentation. This page has been updated for Preview 1.

TODO - Add a brief overview of the new features in .NET 10.

## .NET runtime

TODO - Add a brief overview of the new features in the .NET 10 runtime.

For more information, see [What's new in the .NET 10 runtime](runtime.md).

## .NET libraries

TODO - Add a brief overview of the new features in the .NET 10 libraries.

For more information, see [What's new in the .NET 10 libraries](libraries.md).

## .NET SDK

TODO - Add a brief overview of the new features in the .NET 10 SDK.

For more information, see [What's new in the SDK for .NET 10](sdk.md).

## .NET Aspire

TODO - Add a brief overview of the new features in .NET Aspire.

## ASP.NET Core

TODO - Add a brief overview of the new features in ASP.NET Core for .NET 10.

## .NET MAUI

TODO - Add a brief overview of the new features in .NET MAUI for .NET 10.

## EF Core

TODO - Add a brief overview of the new features in EF Core for .NET 10.

## C# 14

TODO - Add a brief overview of the new features in C# 14.

## Windows Forms

TODO - Add a brief overview of the new features in Windows Forms for .NET 10.

## See also

TODO - Add links to other "What's new" articles for .NET 10.
10 changes: 10 additions & 0 deletions docs/core/whats-new/dotnet-10/runtime.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: What's new in .NET 10 runtime
description: Learn about the new .NET features introduced in the .NET 10 runtime.
titleSuffix: ""
ms.date: 02/12/2025
ms.topic: whats-new
---
# What's new in the .NET 10 runtime

This article describes new features and performance improvements in the .NET runtime for .NET 10. It has been updated for Preview 1.
11 changes: 11 additions & 0 deletions docs/core/whats-new/dotnet-10/sdk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: What's new in the SDK and tooling for .NET 10
description: Learn about the new .NET SDK features introduced in .NET 10.
titleSuffix: ""
ms.date: 02/12/2025
ms.topic: whats-new
---

# What's new in the SDK and tooling for .NET 10

This article describes new features in the .NET SDK and tooling for .NET 10. It has been updated for Preview 1.
2 changes: 2 additions & 0 deletions docs/fundamentals/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ landingContent:
url: https://dotnet.microsoft.com/platform/support/policy/dotnet-core
- linkListType: whats-new
links:
- text: What's new in .NET 10
url: ../core/whats-new/dotnet-10/overview.md
- text: What's new in .NET 9
url: ../core/whats-new/dotnet-9/overview.md
- text: What's new in .NET 8
Expand Down
15 changes: 15 additions & 0 deletions docs/fundamentals/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,21 @@ items:
href: ../core/tutorials/index.md
- name: What's new in .NET
items:
- name: .NET 10
items:
- name: What's new
items:
- name: Overview
href: ../core/whats-new/dotnet-10/overview.md
displayName: whats new, what's new
- name: Runtime
href: ../core/whats-new/dotnet-10/runtime.md
- name: Libraries
href: ../core/whats-new/dotnet-10/libraries.md
- name: SDK
href: ../core/whats-new/dotnet-10/sdk.md
- name: Breaking changes
href: ../core/compatibility/10.0.md?toc=/dotnet/fundamentals/toc.json&bc=/dotnet/breadcrumb/toc.json
- name: .NET 9
items:
- name: What's new
Expand Down
24 changes: 7 additions & 17 deletions docs/whats-new/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ summary: Welcome to what's new in .NET and .NET docs. Use this page to navigate
metadata:
title: .NET what's new?
description: Learn about new .NET features and new and updated content in .NET docs.
ms.date: 02/01/2025
ms.date: 02/12/2025
ms.topic: landing-page
landingContent:
- title: .NET 10 release updates
linkLists:
- linkListType: whats-new
links:
- text: .NET 10
url: ../core/whats-new/dotnet-10/overview.md
- title: .NET 9 release updates
linkLists:
- linkListType: whats-new
Expand All @@ -22,22 +28,6 @@ landingContent:
url: /ef/core/what-is-new/ef-core-9.0/whatsnew
- text: Documentation updates
url: dotnet-9-release.md
- title: .NET 8 release updates
linkLists:
- linkListType: whats-new
links:
- text: .NET 8
url: ../core/whats-new/dotnet-8/overview.md
- text: ASP.NET Core 8.0
url: /aspnet/core/release-notes/aspnetcore-8.0
- text: .NET MAUI 8
url: /dotnet/maui/whats-new/dotnet-8
- text: EF Core 8
url: /ef/core/what-is-new/ef-core-8.0/whatsnew
- text: Windows Forms (.NET 8)
url: /dotnet/desktop/winforms/whats-new/net80
- text: WPF (.NET 8)
url: /dotnet/desktop/wpf/whats-new/net80
- title: Latest documentation updates
linkLists:
- linkListType: whats-new
Expand Down
12 changes: 11 additions & 1 deletion docs/whats-new/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,18 @@ items:
href: dotnet-docs-mod2.md
- name: Product updates
items:
- name: .NET 9
- name: .NET 10
expanded: true
items:
- name: .NET 10
href: ../core/whats-new/dotnet-10/overview.md?toc=/dotnet/whats-new/toc.json&bc=/dotnet/breadcrumb/toc.json
- name: ASP.NET Core 10.0
href: /aspnet/core/release-notes?toc=/dotnet/whats-new/toc.json&bc=/dotnet/breadcrumb/toc.json
- name: .NET MAUI 10
href: /dotnet/maui/whats-new?toc=/dotnet/whats-new/toc.json&bc=/dotnet/breadcrumb/toc.json
- name: EF Core 10
href: /ef/core/what-is-new?toc=/dotnet/whats-new/toc.json&bc=/dotnet/breadcrumb/toc.json
- name: .NET 9
items:
- name: .NET 9
href: ../core/whats-new/dotnet-9/overview.md?toc=/dotnet/whats-new/toc.json&bc=/dotnet/breadcrumb/toc.json
Expand Down
Loading