File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -9,16 +9,6 @@ namespace Bunit.Diffing;
9
9
/// </summary>
10
10
public class DiffMarkupFormatter : PrettyMarkupFormatter , IMarkupFormatter
11
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
12
/// <summary>
23
13
/// Initializes a new instance of the <see cref="DiffMarkupFormatter"/> class.
24
14
/// </summary>
You can’t perform that action at this time.
0 commit comments