We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52982ae commit d7458d8Copy full SHA for d7458d8
VSDiagnostics/VSDiagnostics/VSDiagnostics.Test/Tests/General/ConditionIsConstantTests.cs
@@ -279,7 +279,12 @@ void Method()
279
VerifyFix(original, result);
280
}
281
282
+ /// <summary>
283
+ /// Currently ignored due to a minor bug in Microsoft.CodeAnalysis
284
+ /// See https://github.com/dotnet/roslyn/issues/9878
285
+ /// </summary>
286
[TestMethod]
287
+ [Ignore]
288
public void ConditionIsAlwaysTrue_WithElseIf_ChildIfIsAlwaysTrue_IfIsInElseNode()
289
{
290
var original = @"
0 commit comments