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 b0490dc commit 2f8f753Copy full SHA for 2f8f753
ICSharpCode.Decompiler.Tests/PrettyTestRunner.cs
@@ -562,7 +562,7 @@ public async Task Issue3598([ValueSource(nameof(roslyn4OrNewerOptions))] Compile
562
[Test]
563
public async Task ExtensionProperties([ValueSource(nameof(roslyn4OrNewerOptions))] CompilerOptions cscOptions)
564
{
565
- await RunForLibrary(cscOptions: cscOptions | CompilerOptions.Preview);
+ await RunForLibrary(cscOptions: cscOptions | CompilerOptions.Preview | CompilerOptions.NullableEnable);
566
}
567
568
0 commit comments