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
Copy file name to clipboardExpand all lines: src/Microsoft.CodeAnalysis.NetAnalyzers/tests/Microsoft.CodeAnalysis.NetAnalyzers.UnitTests/Microsoft.NetCore.Analyzers/Runtime/DetectPreviewFeatureUnitTests.Misc.cs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -837,7 +837,7 @@ async Task M()
837
837
awaittest.RunAsync();
838
838
}
839
839
840
-
[Fact]
840
+
[Fact(Skip="Requires Roslyn APIs from https://github.com/dotnet/roslyn/pull/80455")]
0 commit comments