5 references to MatchCompressedAppBundleWithFingerprint
Microsoft.NET.Sdk.StaticWebAssets.Tests (5)
StaticWebAssetEndpointsIntegrationTest.cs (5)
77
var fingerprintedAppBundleGz = endpoints.Where(
MatchCompressedAppBundleWithFingerprint
);
279
var fingerprintedAppBundleGzEndpoints = endpoints.Where(
MatchCompressedAppBundleWithFingerprint
).Where(ep => ep.Route.EndsWith(".gz"));
281
var fingerprintedAppBundleBrEndpoints = endpoints.Where(
MatchCompressedAppBundleWithFingerprint
).Where(ep => ep.Route.EndsWith(".br"));
385
var fingerprintedAppBundleGzEndpoints = endpoints.Where(
MatchCompressedAppBundleWithFingerprint
).Where(ep => ep.Route.EndsWith(".gz"));
387
var fingerprintedAppBundleBrEndpoints = endpoints.Where(
MatchCompressedAppBundleWithFingerprint
).Where(ep => ep.Route.EndsWith(".br"));