12 writes to Assets
Microsoft.NET.Sdk.StaticWebAssets.Tests (12)
StaticWebAssets\ComputeReferenceStaticWebAssetItemsTest.cs (12)
26
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate.js", "All", "All") },
52
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate.js", "All", "All") },
78
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate.js", "All", "All") },
104
Assets
= new[]
135
Assets
= new[]
169
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate.js", assetKind, "All") },
195
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate.js", "All", "CurrentProject") },
221
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate.js", "All", "Reference") },
247
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate.js", "All", "CurrentProject") },
273
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate.js", "All", "Reference") },
299
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "Other", "Project", "candidate.js", "All", "All") },
325
Assets
= new[] { CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "Other", "Package", "candidate.js", "All", "All") },
1 reference to Assets
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
ComputeReferenceStaticWebAssetItems.cs (1)
41
var existingAssets = StaticWebAsset.AssetsByTargetPath(
Assets
, Source, AssetKind);