You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Test0.cs(2,7): error RS1009: Type SomeClass cannot implement interface IMyInterface because IMyInterface is not available for public implementation.
@@ -67,19 +75,6 @@ class SomeOtherClass : IMyOtherInterface { }";
// Test0.vb(2,7): error RS1009: Type SomeClass cannot implement interface IMyInterface because IMyInterface is not available for public implementation.
Copy file name to clipboardexpand all lines: src/Microsoft.CodeAnalysis.BannedApiAnalyzers/UnitTests/RestrictedInternalsVisibleToAnalyzerTests.cs
+27-33
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,7 @@
1
1
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Copy file name to clipboardexpand all lines: src/NetAnalyzers/UnitTests/Microsoft.CodeQuality.Analyzers/ApiDesignGuidelines/IdentifiersShouldNotContainTypeNamesTests.cs
+6-10
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
2
2
3
3
usingSystem.Threading.Tasks;
4
+
usingMicrosoft.CodeAnalysis;
4
5
usingMicrosoft.CodeAnalysis.Testing;
5
6
usingTest.Utilities;
6
7
usingXunit;
@@ -464,17 +465,12 @@ public async Task CA1720_TopLevelStatements_NoDiagnostic()
0 commit comments