1 write to StaticWebAssets
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ComputeStaticWebAssetsForCurrentProject.cs (1)
56StaticWebAssets = resultAssets
12 references to StaticWebAssets
Microsoft.NET.Sdk.StaticWebAssets.Tests (12)
StaticWebAssets\ComputeStaticWebAssetsForCurrentProjectTest.cs (12)
37task.StaticWebAssets.Should().HaveCount(1); 66task.StaticWebAssets.Should().HaveCount(1); 67task.StaticWebAssets[0].ItemSpec.Should().Be(Path.GetFullPath(Path.Combine("wwwroot", "candidate.other.js"))); 97task.StaticWebAssets.Should().HaveCount(1); 98task.StaticWebAssets[0].ItemSpec.Should().Be(Path.GetFullPath(Path.Combine("wwwroot", "candidate.other.js"))); 125task.StaticWebAssets.Should().HaveCount(0); 150task.StaticWebAssets.Should().HaveCount(1); 175task.StaticWebAssets.Should().HaveCount(0); 200task.StaticWebAssets.Should().HaveCount(1); 225task.StaticWebAssets.Should().HaveCount(0); 250task.StaticWebAssets.Should().HaveCount(1); 275task.StaticWebAssets.Should().HaveCount(1);