1 write to BasePath
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
Data\StaticAssetsManifest.cs (1)
29
BasePath
= basePath,
9 references to BasePath
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (2)
StaticWebAssetsBaselineComparer.cs (2)
30
actual.
BasePath
.Should().Be(expected.
BasePath
);
Microsoft.NET.Sdk.StaticWebAssets.Tasks (4)
Data\StaticAssetsManifest.cs (4)
47
JsonSerializer.Serialize(writer,
BasePath
);
130
&&
BasePath
== other.
BasePath
145
hash.Add(
BasePath
);
Microsoft.NET.Sdk.StaticWebAssets.Tests (3)
StaticWebAssets\GenerateStaticWebAssetsManifestTest.cs (1)
62
manifest.
BasePath
.Should().Be("/");
StaticWebAssetsBaselineComparer.cs (2)
30
actual.
BasePath
.Should().Be(expected.
BasePath
);