Skip to content

Commit 96b8f55

Browse files
committed
add to index and TOC
1 parent c8c51c1 commit 96b8f55

File tree

3 files changed

+17
-40
lines changed

3 files changed

+17
-40
lines changed

docs/whats-new/dotnet-docs-mod3.md

Lines changed: 7 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: ".NET docs: What's new for 2023-11-09 - 2024-11-12"
3-
description: "What's new in the .NET docs for 2023-11-09 - 2024-11-12."
2+
title: ".NET docs: What's new for .NET 9"
3+
description: "What's new in the .NET docs for .NET 9."
44
ms.custom: October-2024
55
ms.date: 11/11/2024
66
---
77

8-
# .NET docs: What's new for 2023-11-09 - 2024-11-12
8+
# .NET docs: What's new for .NET 9
99

10-
Welcome to what's new in the .NET docs for 2023-11-09 - 2024-11-12. This article lists some of the major changes to docs during this period.
10+
This article lists some of the major changes to docs for .NET 9.
1111

1212
## .NET security
1313

@@ -19,6 +19,7 @@ Welcome to what's new in the .NET docs for 2023-11-09 - 2024-11-12. This article
1919

2020
### New articles
2121

22+
- [Breaking changes in .NET 9](../core/compatibility/9.0.md)
2223
- [`dotnet workload` commands output change](../core/compatibility/sdk/9.0/dotnet-workload-output.md)
2324
- [`GetXmlNamespaceMaps` type change](../core/compatibility/wpf/9.0/xml-namespace-maps.md)
2425
- [`installer` repo version no longer included in `productcommits` files](../core/compatibility/sdk/9.0/productcommits-versions.md)
@@ -44,25 +45,6 @@ Welcome to what's new in the .NET docs for 2023-11-09 - 2024-11-12. This article
4445
- [Terminal logger is default](../core/compatibility/sdk/9.0/terminal-logger.md)
4546
- [Warning emitted for .NET Standard 1.x targets](../core/compatibility/sdk/9.0/netstandard-warning.md)
4647

47-
### Updated articles
48-
49-
- [Breaking changes in .NET 9](../core/compatibility/9.0.md)
50-
- Breaking change for floating point to int conversions
51-
- BinaryFormatter removal
52-
- Deprecated MonoVM packages
53-
- Core libraries breaking changes for Preview 6
54-
- PictureBox breaking change
55-
- Two SDK breaking changes
56-
- Breaking change for ShouldGenerateNewKey
57-
- XmlNamespacesMap breaking change
58-
- InMemoryDirectoryInfo breaking change
59-
- Inline array size limit breaking change
60-
- .NET 9 Preview 1 breaking changes
61-
- WinForms breaking changes for .NET 9 Preview 1
62-
- .NET SDK breaking changes
63-
- Update diagnostic docs for SYSLIB0009
64-
- [Partial and zero-byte reads in DeflateStream, GZipStream, and CryptoStream](../core/compatibility/core-libraries/6.0/partial-byte-reads-in-streams.md) - Add CA2022 to docs
65-
6648
## .NET fundamentals
6749

6850
### New articles
@@ -73,22 +55,14 @@ Welcome to what's new in the .NET docs for 2023-11-09 - 2024-11-12. This article
7355

7456
### Updated articles
7557

76-
- [.NET Standard](../standard/net-standard.md) - Two SDK breaking changes
77-
- [CA1872: Prefer 'Convert.ToHexString' and 'Convert.ToHexStringLower' over call chains based on 'BitConverter.ToString'](../fundamentals/code-analysis/quality-rules/ca1872.md) - Add CA2022 to docs
78-
- [CA2264: Do not pass a non-nullable value to 'ArgumentNullException.ThrowIfNull'](../fundamentals/code-analysis/quality-rules/ca2264.md) - Add CA2022 to docs
58+
- [.NET Standard](../standard/net-standard.md)
7959
- [Code quality rules](../fundamentals/code-analysis/quality-rules/index.md)
80-
- Add CA2265 docs
81-
- Add CA2022 to docs
8260
- [Configuration in .NET](../core/extensions/configuration.md) - Add content for config source gen with interceptors
8361
- [Obsolete features in .NET 5+](../fundamentals/syslib-diagnostics/obsoletions-overview.md) - Update diagnostic docs for SYSLIB0009
84-
- [Overview of .NET source code analysis](../fundamentals/code-analysis/overview.md) - Add CA2022 to docs
62+
- [Overview of .NET source code analysis](../fundamentals/code-analysis/overview.md)
8563
- [Synchronizing data for multithreading](../standard/threading/synchronizing-data-for-multithreading.md) - Add language reference for `lock`
8664
- [SYSLIB0009: AuthenticationManager is not supported](../fundamentals/syslib-diagnostics/syslib0009.md) - Update diagnostic docs for SYSLIB0009
87-
- [Usage rules](../fundamentals/code-analysis/quality-rules/usage-warnings.md) - Add CA2265 docs
88-
- [What's new in the SDK and tooling for .NET 8](../core/whats-new/dotnet-8/sdk.md) - Add CA2022 to docs
8965
- [What's new in the SDK and tooling for .NET 9](../core/whats-new/dotnet-9/sdk.md)
90-
- Add CA2265 docs
91-
- Add CA2022 to docs
9266

9367
## C# language
9468

@@ -214,4 +188,3 @@ Welcome to what's new in the .NET docs for 2023-11-09 - 2024-11-12. This article
214188

215189
- [Add Business Logic By Using Partial Methods](../framework/data/adonet/sql/linq/adding-business-logic-by-using-partial-methods.md) - Add conceptual content for partial properties
216190
- [dangerousThreadingAPI MDA](../framework/debug-trace-profile/dangerousthreadingapi-mda.md) - Add language reference for `lock`
217-

docs/whats-new/index.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ landingContent:
4040
linkLists:
4141
- linkListType: whats-new
4242
links:
43+
- text: .NET 9 all up
44+
url: dotnet-docs-mod3.md
4345
- text: October 2024
4446
url: dotnet-docs-mod1.md
4547
- text: September 2024
@@ -50,10 +52,10 @@ landingContent:
5052
linkLists:
5153
- linkListType: whats-new
5254
links:
53-
- text: What's new in C# 12
54-
url: ../csharp/whats-new/csharp-12.md
55-
- text: What's new in F# 8
56-
url: ../fsharp/whats-new/fsharp-8.md
55+
- text: What's new in C# 13
56+
url: ../csharp/whats-new/csharp-13.md
57+
- text: What's new in F# 9
58+
url: ../fsharp/whats-new/fsharp-9.md
5759
- text: What's new for Visual Basic
5860
url: ../visual-basic/whats-new/index.md
5961
- title: Contribute to docs
@@ -98,8 +100,8 @@ landingContent:
98100
links:
99101
- text: .NET
100102
url: https://github.com/dotnet/core/blob/main/release-notes/README.md
101-
- text: ASP.NET Core 8.0
102-
url: /aspnet/core/release-notes/aspnetcore-8.0
103+
- text: ASP.NET Core 9.0
104+
url: /aspnet/core/release-notes/aspnetcore-9.0
103105
- text: Visual Studio 2022
104106
url: /visualstudio/releases/2022/release-notes
105107
- text: Visual Studio Code

docs/whats-new/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ items:
66
- name: Latest documentation updates
77
expanded: true
88
items:
9+
- name: .NET 9 all up
10+
href: dotnet-docs-mod3.md
911
- name: October 2024
1012
href: dotnet-docs-mod1.md
1113
- name: September 2024

0 commit comments

Comments
 (0)