3 writes to Assets
Microsoft.NET.Sdk.StaticWebAssets.Tests (3)
ComputeStaticWebAssetsTargetPathsTest.cs (3)
31Assets = [CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate#[.{fingerprint}]!.js", "All", "All", fingerprint: "1234asdf")], 59Assets = [CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate#[.{fingerprint}].js", "All", "All", fingerprint: "1234asdf")], 87Assets = [CreateCandidate(Path.Combine("wwwroot", "candidate.js"), "MyPackage", "Discovered", "candidate#[.{fingerprint}]?.js", "All", "All", fingerprint: "1234asdf")],
3 references to Assets
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
ComputeStaticWebAssetsTargetPaths.cs (3)
29AssetsWithTargetPath = new ITaskItem[Assets.Length]; 31for (var i = 0; i < Assets.Length; i++) 33var staticWebAsset = StaticWebAsset.FromTaskItem(Assets[i]);