Skip to content

Commit 1e4ddf6

Browse files
Merge pull request #10677 from MicrosoftDocs/main638784366046236027sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 3e3f06e + a0a8fe9 commit 1e4ddf6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/debugger/supported-code-changes-csharp.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Supported Code Changes (C# and Visual Basic)"
33
description: Understand what code changes are supported when you're using the Edit and Continue feature while debugging a C# or Visual Basic project in Visual Studio.
4-
ms.date: "12/12/2023"
4+
ms.date: "3/21/2025"
55
ms.topic: "conceptual"
66
dev_langs:
77
- "CSharp"
@@ -53,7 +53,7 @@ The following table shows the changes that might be made to C# and Visual Basic
5353
::: moniker-end
5454

5555
> [!NOTE]
56-
> Newer language features such as string interpolation and null-conditional operators are generally supported by Edit and Continue. For the most current information, see the [Enc Supported Edits](https://github.com/dotnet/roslyn/blob/main/docs/wiki/EnC-Supported-Edits.md) page.
56+
> Newer language features such as string interpolation and null-conditional operators are generally supported by Edit and Continue. For the most current information, see the [Enc Supported Edits](https://github.com/dotnet/roslyn/blob/main/docs/wiki/EnC-Supported-Edits.md) page. For .NET Framework, the supported features are a subset of the listed features and are dependent on the compiler version.
5757
5858
::: moniker range=">=vs-2022"
5959

@@ -77,6 +77,10 @@ The following changes can't be applied to C# and Visual Basic code during a debu
7777

7878
- Any unsupported changes to code by language element as outlined in the following table.
7979

80+
::: moniker range=">=vs-2022"
81+
For .NET 6+ and Visual Studio 2022, see [Supported Edits](https://github.com/dotnet/roslyn/blob/main/docs/wiki/EnC-Supported-Edits.md) for the types of edits currently supported and unsupported.
82+
::: moniker-end
83+
8084
::: moniker range=">=vs-2022"
8185
| Language element or feature | Unsupported edit operation |
8286
|---|---|

0 commit comments

Comments
 (0)