Skip to content

Commit 309ed73

Browse files
authored
turn off .NET Interactive (dotnet#4839)
1 parent 5905bb6 commit 309ed73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Text/Encoding.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3918,7 +3918,7 @@ In .NET 5.0 and later versions, the code page name `utf-7` is not supported.
39183918
The following example checks the values of the Boolean properties of each encoding.
39193919
39203920
:::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CPP/isprops.cpp" id="Snippet1":::
3921-
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CS/isprops.cs" interactive="try-dotnet" id="Snippet1":::
3921+
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/CS/isprops.cs" id="Snippet1":::
39223922
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Text.Encoding.IsProps/VB/isprops.vb" id="Snippet1":::
39233923
39243924
]]></format>

0 commit comments

Comments
 (0)