3 references to MatchUncompressedAppBundleWithFingerprint
Microsoft.NET.Sdk.StaticWebAssets.Tests (3)
StaticWebAssetEndpointsIntegrationTest.cs (3)
74
var fingerprintedAppBundle = endpoints.Where(
MatchUncompressedAppBundleWithFingerprint
);
284
var fingerprintedAppBundleEndpoints = endpoints.Where(
MatchUncompressedAppBundleWithFingerprint
);
390
var fingerprintedAppBundleEndpoints = endpoints.Where(
MatchUncompressedAppBundleWithFingerprint
);