14 references to resources
Microsoft.NET.Sdk.BlazorWebAssembly.AoT.Tests (14)
WasmPublishIntegrationTestBase.cs (14)
19VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.coreAssembly);
20VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.assembly);
21if (bootManifest.resources.corePdb != null)
23VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.corePdb);
25if (bootManifest.resources.pdb != null)
27VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.pdb);
29if (bootManifest.resources.runtime != null)
31VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.runtime);
33if (bootManifest.resources.icu != null)
35VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.icu);
37if (bootManifest.resources.wasmNative != null)
39VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.wasmNative);
42if (bootManifest.resources.satelliteResources != null)
44foreach (var resourcesForCulture in bootManifest.resources.satelliteResources)