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