7 references to ExportAsync
aspire (1)
Program.cs (1)
1244
var exportExitCode = await profileCaptureSession.
ExportAsync
(cancellationManager.Token).ConfigureAwait(false);
Aspire.Cli.Tests (6)
ProfileCaptureServiceTests.cs (6)
334
var exitCode = await session.
ExportAsync
(CancellationToken.None);
370
var exitCode = await session.
ExportAsync
(CancellationToken.None);
391
var exitCode = await session.
ExportAsync
(CancellationToken.None);
407
var exitCode = await session.
ExportAsync
(CancellationToken.None);
424
var exception = await Assert.ThrowsAsync<HttpRequestException>(() => session.
ExportAsync
(CancellationToken.None));
440
await Assert.ThrowsAsync<JsonException>(() => session.
ExportAsync
(CancellationToken.None));