3 references to MatchUncompressedProjectBundlesWithFingerprint
Microsoft.NET.Sdk.StaticWebAssets.Tests (3)
StaticWebAssetEndpointsIntegrationTest.cs (3)
64
var fingerprintedBundles = endpoints.Where(
MatchUncompressedProjectBundlesWithFingerprint
);
270
var fingerprintedBundleEndpoints = endpoints.Where(
MatchUncompressedProjectBundlesWithFingerprint
);
376
var fingerprintedBundleEndpoints = endpoints.Where(
MatchUncompressedProjectBundlesWithFingerprint
);