6 references to customIcuFilename
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (6)
WasmBuildIntegrationTest.cs (6)
390
itemGroup.Add(new XElement("BlazorIcuDataFileName",
customIcuFilename
));
407
bootJsonData.resources.icu.Should().ContainKey(
customIcuFilename
);
415
new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework",
customIcuFilename
)).Should().Exist();
433
itemGroup.Add(new XElement("BlazorIcuDataFileName",
customIcuFilename
));
450
bootJsonData.resources.icu.Should().ContainKey(
customIcuFilename
);
458
new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework",
customIcuFilename
)).Should().Exist();