1 write to ItemSpec
Microsoft.NET.Sdk.StaticWebAssets.Tests (1)
StaticWebAssets\ResolveCompressedAssetsTest.cs (1)
27ItemSpec = Path.Combine(OutputBasePath, Guid.NewGuid().ToString("N") + ".tmp");
22 references to ItemSpec
Microsoft.NET.Sdk.StaticWebAssets.Tests (22)
StaticWebAssets\ResolveCompressedAssetsTest.cs (22)
42Identity = ItemSpec, 44RelativePath = Path.GetFileName(ItemSpec), 45ContentRoot = Path.GetDirectoryName(ItemSpec), 162Identity = ItemSpec, 164RelativePath = Path.GetFileName(ItemSpec), 165ContentRoot = Path.GetDirectoryName(ItemSpec), 207Identity = ItemSpec, 209RelativePath = Path.GetFileNameWithoutExtension(ItemSpec)+"#[.{fingerprint}]" + Path.GetExtension(ItemSpec), 210ContentRoot = Path.GetDirectoryName(ItemSpec), 264Identity = ItemSpec, 266RelativePath = Path.GetFileName(ItemSpec), 267ContentRoot = Path.GetDirectoryName(ItemSpec), 308Identity = ItemSpec, 310RelativePath = Path.GetFileName(ItemSpec), 311ContentRoot = Path.GetDirectoryName(ItemSpec), 357Identity = ItemSpec, 359RelativePath = Path.GetFileName(ItemSpec), 360ContentRoot = Path.GetDirectoryName(ItemSpec), 422Identity = ItemSpec, 424RelativePath = Path.GetFileName(ItemSpec), 425ContentRoot = Path.GetDirectoryName(ItemSpec),