Skip to content

Commit 6728ad2

Browse files
committed
chore: Remove obsolete property
1 parent 90215fe commit 6728ad2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/bunit/Diffing/DiffMarkupFormatter.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ namespace Bunit.Diffing;
99
/// </summary>
1010
public class DiffMarkupFormatter : PrettyMarkupFormatter, IMarkupFormatter
1111
{
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-
2212
/// <summary>
2313
/// Initializes a new instance of the <see cref="DiffMarkupFormatter"/> class.
2414
/// </summary>

0 commit comments

Comments
 (0)