1 write to wasmNative
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (1)
BootJsonData.cs (1)
449
wasmNative
= assets.wasmNative?.ToDictionary(a => a.name, a => a.integrity),
2 references to wasmNative
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (2)
WasmPublishIntegrationTestBase.cs (2)
37
if (bootManifest.resources.
wasmNative
!= null)
39
VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.
wasmNative
);