Skip to content

Commit 73967ab

Browse files
committed
Update to Microsoft.CodeAnalysis.Testing 1.0.1-beta1.20559.1
1 parent 8bb3ddf commit 73967ab

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test/LayoutRules/SA1501UnitTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,15 +818,15 @@ public void Bar(int i)
818818
Diagnostic().WithLocation(21, 26),
819819
Diagnostic().WithLocation(21, 52),
820820
Diagnostic().WithLocation(21, 78),
821-
Diagnostic().WithLocation(23, 22),
821+
Diagnostic().WithLocation(23, 22).WithSeverity(DiagnosticSeverity.Hidden),
822822
Diagnostic().WithLocation(23, 35),
823823
Diagnostic().WithLocation(24, 18),
824824
Diagnostic().WithLocation(24, 57),
825825
},
826826
FixedCode = incrementalFixedCode,
827827
RemainingDiagnostics =
828828
{
829-
Diagnostic().WithLocation(50, 22),
829+
Diagnostic().WithLocation(50, 22).WithSeverity(DiagnosticSeverity.Hidden),
830830
},
831831
BatchFixedCode = batchFixedCode,
832832
DisabledDiagnostics =

StyleCop.Analyzers/StyleCop.Analyzers.Test/StyleCop.Analyzers.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<ItemGroup>
2020
<PackageReference Include="Microsoft.CodeAnalysis" Version="1.3.2" />
21-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.0.1-beta1.20521.1" />
21+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.CodeFix.Testing.XUnit" Version="1.0.1-beta1.20559.1" />
2222
<PackageReference Include="Microsoft.VisualStudio.Composition" Version="16.1.8" />
2323
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
2424
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)