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.
2 parents 752570e + 324ed12 commit 04c8b4cCopy full SHA for 04c8b4c
Directory.Build.props
@@ -35,7 +35,7 @@
35
<PrivateAssets>all</PrivateAssets>
36
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
37
</PackageReference>
38
- <PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.0.2">
+ <PackageReference Include="Roslynator.Formatting.Analyzers" Version="4.1.1">
39
40
41
src/Program.cs
@@ -1,5 +1,3 @@
1
-#pragma warning disable RCS0054
2
-
3
using System.CommandLine;
4
using System.CommandLine.Builder;
5
using System.CommandLine.Parsing;
0 commit comments