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