3 references to runtime
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (3)
WasmBuildIntegrationTest.cs (1)
297
bootJsonData.resources.
runtime
.Should().BeNull();
WasmPublishIntegrationTestBase.cs (2)
29
if (bootManifest.resources.
runtime
!= null)
31
VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.
runtime
);