6 references to StartNonInteractiveScope
Aspire.Hosting (1)
ApplicationModel\ResourceCommandService.cs (1)
378
using var _ = nonInteractive ? InteractionService.
StartNonInteractiveScope
() : default;
Aspire.Hosting.Tests (5)
InteractionServiceTests.cs (5)
287
using (InteractionService.
StartNonInteractiveScope
())
302
using (InteractionService.
StartNonInteractiveScope
())
322
using (InteractionService.
StartNonInteractiveScope
())
326
using (InteractionService.
StartNonInteractiveScope
())
345
using (InteractionService.
StartNonInteractiveScope
())