7 references to WaitForCancellationAsync
Aspire.Cli.Tests (7)
Commands\BaseCommandTests.cs (2)
435
await AsyncTestHelpers.
WaitForCancellationAsync
(ct);
482
await AsyncTestHelpers.
WaitForCancellationAsync
(ct);
NuGet\NuGetPackagePrefetcherTests.cs (4)
135
await AsyncTestHelpers.
WaitForCancellationAsync
(stoppingCts.Token);
145
await AsyncTestHelpers.
WaitForCancellationAsync
(stoppingCts.Token);
417
await AsyncTestHelpers.
WaitForCancellationAsync
(token);
435
await AsyncTestHelpers.
WaitForCancellationAsync
(token);
tests\Shared\AsyncTestHelpers.cs (1)
252
/// Unlike <see cref="
WaitForCancellationAsync
(CancellationToken)"/>, which completes as cancelled