Skip to content

Commit 5611920

Browse files
committed
Update xunit and StyleCop.
1 parent 5a05ef2 commit 5611920

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.editorconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ dotnet_diagnostic.IDE0065.severity = error # Using directives must be placed out
8888
dotnet_diagnostic.SA1003.severity = none # Operator must not be followed by whitespace.
8989
dotnet_diagnostic.SA1008.severity = none # Opening parenthesis must not be preceded by a space.
9090
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
9391
dotnet_diagnostic.SA1027.severity = none # Tabs must not be used.
9492
dotnet_diagnostic.SA1101.severity = none # Prefix local calls with this.
9593
dotnet_diagnostic.SA1116.severity = none # Split parameters should start on line after declaration.

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
<PackageVersion Include="MySql.Data" Version="8.2.0" />
2020
<PackageVersion Include="NLog" Version="4.5.0" />
2121
<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" />
2323
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="7.0.2" />
2424
<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" />
2727
<PackageVersion Include="YamlDotNet" Version="13.7.1" />
2828
</ItemGroup>
2929

0 commit comments

Comments
 (0)