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