Skip to content

Commit 18b373d

Browse files
authored
standardize feedback in later releases (#32766)
Follow up to #30452
1 parent abaf7f7 commit 18b373d

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

docs/csharp/whats-new/csharp-10.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ C# 10 is supported on **.NET 6**. For more information, see [C# language version
2727

2828
You can download the latest .NET 6 SDK from the [.NET downloads page](https://dotnet.microsoft.com/download). You can also download [Visual Studio 2022](https://visualstudio.microsoft.com/vs/), which includes the .NET 6 SDK.
2929

30+
[!INCLUDE [released-version-feedback](./includes/released-feedback.md)]
31+
3032
## Record structs
3133

3234
You can declare value type records using the [`record struct` or `readonly record struct` declarations](../language-reference/builtin-types/record.md). You can now clarify that a `record` is a reference type with the `record class` declaration.

docs/csharp/whats-new/csharp-11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following features were added in C# 11:
2525

2626
You can download the latest [Visual Studio 2022](https://visualstudio.microsoft.com/vs/). You can also try all these features with the .NET 7 SDK, which can be downloaded from the [.NET downloads](https://dotnet.microsoft.com/download/dotnet) page.
2727

28-
We're interested in your feedback on these features. If you find issues with any of these new features, create a [new issue](https://github.com/dotnet/roslyn/issues/new/choose) in the [dotnet/roslyn](https://github.com/dotnet/roslyn) repository.
28+
[!INCLUDE [released-version-feedback](./includes/released-feedback.md)]
2929

3030
## Generic attributes
3131

docs/csharp/whats-new/csharp-9.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ C# 9.0 is supported on **.NET 5**. For more information, see [C# language versio
3232

3333
You can download the latest .NET SDK from the [.NET downloads page](https://dotnet.microsoft.com/download).
3434

35+
[!INCLUDE [released-version-feedback](./includes/released-feedback.md)]
36+
3537
## Record types
3638

3739
C# 9.0 introduces ***record types***. You use the `record` keyword to define a reference type that provides built-in functionality for encapsulating data. You can create record types with immutable properties by using positional parameters or standard property syntax:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
ms.custom: "updateeachrelease"
3+
---
4+
5+
> [!NOTE]
6+
> We're interested in your feedback on these features. If you find issues with any of these new features, create a [new issue](https://github.com/dotnet/roslyn/issues/new/choose) in the [dotnet/roslyn](https://github.com/dotnet/roslyn) repository.

0 commit comments

Comments
 (0)