1 write to icu
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (1)
BootJsonData.cs (1)
451
icu
= assets.icu?.ToDictionary(a => a.name, a => a.integrity),
15 references to icu
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (15)
WasmBuildIntegrationTest.cs (12)
331
bootJsonData.resources.
icu
.Should().BeNull();
369
bootJsonData.resources.
icu
.Should().BeNull();
407
bootJsonData.resources.
icu
.Should().ContainKey(customIcuFilename);
408
bootJsonData.resources.
icu
.Should().NotContainKey(fullIcuFilename);
411
bootJsonData.resources.
icu
.Should().NotContainKey(shardFilename);
450
bootJsonData.resources.
icu
.Should().ContainKey(customIcuFilename);
451
bootJsonData.resources.
icu
.Should().NotContainKey(fullIcuFilename);
454
bootJsonData.resources.
icu
.Should().NotContainKey(shardFilename);
494
bootJsonData.resources.
icu
.Should().ContainKey(fullIcuFilename);
497
bootJsonData.resources.
icu
.Should().NotContainKey(shardFilename);
536
bootJsonData.resources.
icu
.Should().ContainKey(fullIcuFilename);
539
bootJsonData.resources.
icu
.Should().NotContainKey(shardFilename);
WasmPublishIntegrationTest.cs (1)
1489
bootJsonData.resources.
icu
.Should().BeNull();
WasmPublishIntegrationTestBase.cs (2)
33
if (bootManifest.resources.
icu
!= null)
35
VerifyBootManifestHashes(testAsset, blazorPublishDirectory, bootManifest.resources.
icu
);