10 references to fullIcuFilename
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (10)
WasmBuildIntegrationTest.cs (10)
334new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().NotExist();
372new FileInfo(Path.Combine(publishOutputDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().NotExist();
408bootJsonData.resources.icu.Should().NotContainKey(fullIcuFilename);
416new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().NotExist();
451bootJsonData.resources.icu.Should().NotContainKey(fullIcuFilename);
459new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().NotExist();
494bootJsonData.resources.icu.Should().ContainKey(fullIcuFilename);
501new FileInfo(Path.Combine(buildOutputDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().Exist();
536bootJsonData.resources.icu.Should().ContainKey(fullIcuFilename);
543new FileInfo(Path.Combine(publishDirectory, "wwwroot", "_framework", fullIcuFilename)).Should().Exist();