Skip to content

Commit b9fbf25

Browse files
authored
Fix escaping of the backslash character (#8038)
The display of the markdown table was crippled for the backslash character. It was shown as the pipe character with the replacement value "_" next to it.
1 parent f772c64 commit b9fbf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Diagnostics/PerformanceCounter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@
15351535
|(|[|
15361536
|)|]|
15371537
|#|_|
1538-
|\|_|
1538+
|\\|_|
15391539
|/|_|
15401540
15411541
The <xref:System.AppDomain.FriendlyName%2A> property of the <xref:System.AppDomain> object obtained from the <xref:System.AppDomain.CurrentDomain%2A?displayProperty=nameWithType> property is a common source of instance names that can contain invalid characters.

0 commit comments

Comments
 (0)