9 references to runtimeOptions
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (9)
WasmBuildIntegrationTest.cs (9)
789b.runtimeOptions.Should().NotBeNull(); 790b.runtimeOptions.Length.Should().Be(3); 794b.runtimeOptions.Should().BeNull(); 802b.runtimeOptions.Should().NotBeNull(); 803b.runtimeOptions.Length.Should().Be(3); 804b.runtimeOptions.Should().Contain("--no-jiterpreter-interp-entry-enabled"); 805b.runtimeOptions.Should().NotContain("--jiterpreter-interp-entry-enabled"); 806b.runtimeOptions.Should().Contain("--jiterpreter-traces-enabled"); 807b.runtimeOptions.Should().Contain("--jiterpreter-jit-call-enabled");