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