4 references to ProjectBundleRegex
Microsoft.NET.Sdk.StaticWebAssets.Tests (4)
StaticWebAssetEndpointsIntegrationTest.cs (4)
83
private bool MatchUncompresedProjectBundlesNoFingerprint(StaticWebAssetEndpoint ep) =>
ProjectBundleRegex
().Match(ep.Route) is
94
private bool MatchCompressedProjectBundlesNoFingerprint(StaticWebAssetEndpoint ep) =>
ProjectBundleRegex
().Match(ep.Route) is
105
private bool MatchUncompressedProjectBundlesWithFingerprint(StaticWebAssetEndpoint ep) =>
ProjectBundleRegex
().Match(ep.Route) is
116
private bool MatchCompressedProjectBundlesWithFingerprint(StaticWebAssetEndpoint ep) =>
ProjectBundleRegex
().Match(ep.Route) is