10 writes to Assets
Microsoft.NET.Sdk.StaticWebAssets.Tests (10)
StaticWebAssets\ComputeStaticWebAssetsForCurrentProjectTest.cs (10)
27Assets = new[] { CreateCandidate("wwwroot\\candidate.js", "MyPackage", "Discovered", "candidate.js", "All", "All") }, 52Assets = new[] 82Assets = new[] 115Assets = new[] { CreateCandidate("wwwroot\\candidate.js", "MyPackage", "Discovered", "candidate.js", assetKind, "All") }, 140Assets = new[] { CreateCandidate("wwwroot\\candidate.js", "MyPackage", "Discovered", "candidate.js", "All", "CurrentProject") }, 165Assets = new[] { CreateCandidate("wwwroot\\candidate.js", "MyPackage", "Discovered", "candidate.js", "All", "Reference") }, 190Assets = new[] { CreateCandidate("wwwroot\\candidate.js", "MyPackage", "Discovered", "candidate.js", "All", "CurrentProject") }, 215Assets = new[] { CreateCandidate("wwwroot\\candidate.js", "MyPackage", "Discovered", "candidate.js", "All", "Reference") }, 240Assets = new[] { CreateCandidate("wwwroot\\candidate.js", "Other", "Project", "candidate.js", "All", "All") }, 265Assets = new[] { CreateCandidate("wwwroot\\candidate.js", "Other", "Package", "candidate.js", "All", "All") },
2 references to Assets
Microsoft.NET.Sdk.StaticWebAssets.Tasks (2)
ComputeStaticWebAssetsForCurrentProject.cs (2)
31var currentProjectAssets = StaticWebAsset.AssetsByTargetPath(Assets, Source, AssetKind); 58.Concat(Assets.Where(asset => !StaticWebAsset.HasSourceId(asset, Source)))