File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -479,7 +479,6 @@ dotnet_diagnostic.SA1000.severity = none # BUGGY with C#9 code
479479dotnet_diagnostic.SA1005.severity = none # SA1005: Single line comments should begin with single space
480480dotnet_diagnostic.SA1011.severity = none # BUGGY with C #9 code
481481
482- dotnet_diagnostic.SA1027.severity = none # SA1027: Use Tabs Correctly
483482dotnet_diagnostic.SA1107.severity = suggestion # SA1107: Code should not contain multiple statements on one line
484483dotnet_diagnostic.SA1127.severity = suggestion # SA1127: Generic type constraints should be on their own line
485484dotnet_diagnostic.SA1128.severity = suggestion # SA1128: Put constructor initializers on their own line
Original file line number Diff line number Diff line change 4646 <PackageReference Include =" Asyncify" Version =" 0.9.7" PrivateAssets =" All" />
4747 <PackageReference Include =" Meziantou.Analyzer" Version =" 1.0.650" PrivateAssets =" All" />
4848 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.118" PrivateAssets =" All" />
49+ <AdditionalFiles Include =" $(MSBuildThisFileDirectory)\stylecop.json" Visible =" false" />
4950 <PackageReference Include =" SonarAnalyzer.CSharp" Version =" 8.20.0.28934" PrivateAssets =" All" />
5051 </ItemGroup >
5152
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : " https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json" ,
3+ "settings" : {
4+ "indentation" : {
5+ "useTabs" : true
6+ }
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments