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 90215fe commit 6728ad2Copy full SHA for 6728ad2
1 file changed
src/bunit/Diffing/DiffMarkupFormatter.cs
@@ -9,16 +9,6 @@ namespace Bunit.Diffing;
9
/// </summary>
10
public class DiffMarkupFormatter : PrettyMarkupFormatter, IMarkupFormatter
11
{
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
- [Obsolete("This instance is not thread safe, use a new instance instead.")]
20
- public static new readonly DiffMarkupFormatter Instance = new();
21
-
22
/// <summary>
23
/// Initializes a new instance of the <see cref="DiffMarkupFormatter"/> class.
24
0 commit comments