We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 326eb2d commit 8c579d3Copy full SHA for 8c579d3
1 file changed
src/bunit.web/Diffing/DiffMarkupFormatter.cs
@@ -12,6 +12,10 @@ public class DiffMarkupFormatter : PrettyMarkupFormatter, IMarkupFormatter
12
/// <summary>
13
/// Gets an instance of the <see cref="DiffMarkupFormatter"/>.
14
/// </summary>
15
+ /// <remarks>
16
+ /// The <see cref="DiffMarkupFormatter"/> is not thread safe, so using this singleton
17
+ /// instance to format elements may not result in the desired effect.
18
+ /// </remarks>
19
public static new readonly DiffMarkupFormatter Instance = new();
20
21
0 commit comments