Skip to content

standardize feedback in later releases #32766

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

Merged
merged 1 commit into from
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions docs/csharp/whats-new/csharp-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ C# 10 is supported on **.NET 6**. For more information, see [C# language version

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.

[!INCLUDE [released-version-feedback](./includes/released-feedback.md)]

## Record structs

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/whats-new/csharp-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The following features are available in Visual Studio 2022 version 17.1:

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

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.
[!INCLUDE [released-version-feedback](./includes/released-feedback.md)]

## Generic attributes

Expand Down
2 changes: 2 additions & 0 deletions docs/csharp/whats-new/csharp-9.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ C# 9.0 is supported on **.NET 5**. For more information, see [C# language versio

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

[!INCLUDE [released-version-feedback](./includes/released-feedback.md)]

## Record types

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:
Expand Down
6 changes: 6 additions & 0 deletions docs/csharp/whats-new/includes/released-feedback.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
ms.custom: "updateeachrelease"
---

> [!NOTE]
> 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.