File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,6 @@ dotnet_diagnostic.IDE0065.severity = error # Using directives must be placed out
88
88
dotnet_diagnostic.SA1003.severity = none # Operator must not be followed by whitespace.
89
89
dotnet_diagnostic.SA1008.severity = none # Opening parenthesis must not be preceded by a space.
90
90
dotnet_diagnostic.SA1009.severity = none # Closing parenthesis must not be followed by a space.
91
- dotnet_diagnostic.SA1010.severity = silent # https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3503
92
- dotnet_diagnostic.SA1011.severity = silent # https://github.com/DotNetAnalyzers/StyleCopAnalyzers/issues/3503
93
91
dotnet_diagnostic.SA1027.severity = none # Tabs must not be used.
94
92
dotnet_diagnostic.SA1101.severity = none # Prefix local calls with this.
95
93
dotnet_diagnostic.SA1116.severity = none # Split parameters should start on line after declaration.
Original file line number Diff line number Diff line change 19
19
<PackageVersion Include =" MySql.Data" Version =" 8.2.0" />
20
20
<PackageVersion Include =" NLog" Version =" 4.5.0" />
21
21
<PackageVersion Include =" Serilog" Version =" 2.6.0" />
22
- <PackageVersion Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.507 " />
22
+ <PackageVersion Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556 " />
23
23
<PackageVersion Include =" System.Diagnostics.DiagnosticSource" Version =" 7.0.2" />
24
24
<PackageVersion Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" />
25
- <PackageVersion Include =" xunit" Version =" 2.6.3 " />
26
- <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.5.5 " />
25
+ <PackageVersion Include =" xunit" Version =" 2.6.4 " />
26
+ <PackageVersion Include =" xunit.runner.visualstudio" Version =" 2.5.6 " />
27
27
<PackageVersion Include =" YamlDotNet" Version =" 13.7.1" />
28
28
</ItemGroup >
29
29
You can’t perform that action at this time.
0 commit comments