Skip to content

Commit 2b115dd

Browse files
committed
Clarify list of unsupported edits
1 parent e7e6c99 commit 2b115dd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
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"
@@ -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 by Roslyn.
82+
::: moniker-end
83+
8084
::: moniker range=">=vs-2022"
8185
| Language element or feature | Unsupported edit operation |
8286
|---|---|

0 commit comments

Comments
 (0)