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;
99/// </summary>
1010public 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>
You can’t perform that action at this time.
0 commit comments