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