3 references to ExtractPayloadAsync
aspire (1)
Bundles\BundleService.cs (1)
862
await
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)"/>
488
await BundleService.
ExtractPayloadAsync
(stream, dest, new TestEnvironment(), CancellationToken.None);