1 write to StaticWebAssets
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ComputeReferenceStaticWebAssetItems.cs (1)
89StaticWebAssets = resultAssets.Select(a => a.ToTaskItem()).ToArray();
12 references to StaticWebAssets
Microsoft.NET.Sdk.StaticWebAssets.Tests (12)
StaticWebAssets\ComputeReferenceStaticWebAssetItemsTest.cs (12)
37task.StaticWebAssets.Should().HaveCount(1); 119task.StaticWebAssets.Should().HaveCount(1); 120task.StaticWebAssets[0].ItemSpec.Should().Be(Path.GetFullPath(Path.Combine("wwwroot", "candidate.other.js"))); 151task.StaticWebAssets.Should().HaveCount(1); 152task.StaticWebAssets[0].ItemSpec.Should().Be(Path.GetFullPath(Path.Combine("wwwroot", "candidate.other.js"))); 180task.StaticWebAssets.Should().HaveCount(0); 206task.StaticWebAssets.Should().HaveCount(0); 232task.StaticWebAssets.Should().HaveCount(1); 258task.StaticWebAssets.Should().HaveCount(1); 284task.StaticWebAssets.Should().HaveCount(0); 310task.StaticWebAssets.Should().HaveCount(0); 336task.StaticWebAssets.Should().HaveCount(0);