Skip to content

Commit 3cde244

Browse files
committed
Remove Annotation from Analyzer
1 parent d1d0691 commit 3cde244

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

System.IO.Abstractions.Analyzers/RoslynToken/RoslynClassFileSystem.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
using Microsoft.CodeAnalysis;
33
using Microsoft.CodeAnalysis.CSharp;
44
using Microsoft.CodeAnalysis.CSharp.Syntax;
5-
using Microsoft.CodeAnalysis.Formatting;
6-
using Microsoft.CodeAnalysis.Simplification;
75
using SF = Microsoft.CodeAnalysis.CSharp.SyntaxFactory;
86

97
namespace System.IO.Abstractions.Analyzers.RoslynToken
@@ -84,7 +82,6 @@ public static ParameterSyntax CreateFileSystemParameterDeclaration()
8482
{
8583
return SF.Parameter(SF.Identifier(Constants.ParameterFileSystemName))
8684
.WithType(GetFileSystemType())
87-
.WithAdditionalAnnotations(Formatter.Annotation, Simplifier.SpecialTypeAnnotation)
8885
.NormalizeWhitespace();
8986
}
9087

0 commit comments

Comments
 (0)