You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/whats-new/dotnet-docs-mod3.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -174,13 +174,9 @@ This article lists some of the major changes to docs for .NET 9.
174
174
- Add C# 13 small fixes
175
175
-[where (generic type constraint) (C# Reference)](../csharp/language-reference/keywords/where-generic-type-constraint.md) - Add reference and conceptual content for `ref struct` allowed in interfaces
176
176
-[yield statement - provide the next element](../csharp/language-reference/statements/yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
177
-
-[ZZZ - Title not found in: #42177](/dotnet/csharp/language-reference/compiler-messages/partial-types) - Add conceptual content for partial properties
178
-
-[ZZZ - Title not found in: #42177](../csharp/language-reference/compiler-messages/partial-declarations.md) - Add conceptual content for partial properties
179
-
-[ZZZ - Title not found in: #42177](../csharp/language-reference/compiler-messages/partial-declarations.md) - Add conceptual content for partial properties
180
-
-[ZZZ - Title not found in: #41614](../csharp/language-reference/compiler-messages/iterator-yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
181
-
-[ZZZ - Title not found in: #41614](../csharp/language-reference/compiler-messages/iterator-yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
182
-
-[ZZZ - Title not found in: #41614](../csharp/language-reference/compiler-messages/iterator-yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
183
-
-[ZZZ - Title not found in: #40978](../csharp/language-reference/compiler-messages/params-arrays.md) - Add params collections
177
+
-[Compiler Errors on partial type and member declarations](../csharp/language-reference/compiler-messages/partial-declarations.md) - Add conceptual content for partial properties
178
+
-[Errors and warnings for iterator methods and `yield return`](../csharp/language-reference/compiler-messages/iterator-yield.md) - Add information for C# 13 feature `ref` locals and `unsafe` contexts in iterators and `async` methods
179
+
-[Errors and warnings related to `params` arrays](../csharp/language-reference/compiler-messages/params-arrays.md) - Add params collections
0 commit comments