1 write to AssetsWithoutEndpoints
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
UpdateExternallyDefinedStaticWebAssets.cs (1)
69AssetsWithoutEndpoints = assetsWithoutEndpoints.Select(a => a.ToTaskItem()).ToArray();
3 references to AssetsWithoutEndpoints
Microsoft.NET.Sdk.StaticWebAssets.Tests (3)
StaticWebAssets\UpdateExternallyDefinedStaticWebAssetsTest.cs (3)
81task.AssetsWithoutEndpoints.Should().HaveCount(2); 166task.AssetsWithoutEndpoints.Should().HaveCount(1); 167task.AssetsWithoutEndpoints[0].ItemSpec.Should().Be(Path.Combine(AppContext.BaseDirectory, "dist", "assets", "index-C5tBAdQX.css"));