2 references to Work
Aspire.Hosting.Tests (2)
Terminals\InteractionServiceTerminalTests.cs (2)
288
? service.PromptProgressAsync("Message", new ProgressInteractionOptions { Work = context =>
Work
(context.CancellationToken) }, cts.Token)
289
: service.PromptTerminalAsync("Message", terminal, new TerminalInteractionOptions { Work = context =>
Work
(context.CancellationToken) }, cts.Token);