3 references to ExtractPayloadAsync
aspire (1)
Bundles\BundleService.cs (1)
862await ExtractPayloadAsync(payloadStream, destinationPath, environment, cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (2)
BundleServiceIntegrationTests.cs (2)
477/// Verifies that the static <see cref="BundleService.ExtractPayloadAsync(Stream, string, IEnvironment, CancellationToken)"/> 488await BundleService.ExtractPayloadAsync(stream, dest, new TestEnvironment(), CancellationToken.None);