5 instantiations of NonInteractiveException
aspire (5)
Commands\NewCommand.cs (1)
325
throw new
NonInteractiveException
("template");
Commands\UpdateCommand.cs (1)
699
throw new
NonInteractiveException
(channelOptionDisplayName);
Interaction\ConsoleInteractionService.cs (3)
813
throw new
NonInteractiveException
(symbolDisplayName);
829
throw new
NonInteractiveException
(symbolDisplayName);
844
throw new
NonInteractiveException
(symbolDisplayName);
12 references to NonInteractiveException
aspire (1)
Commands\BaseCommand.cs (1)
178
catch (
NonInteractiveException
)
Aspire.Cli.Tests (11)
Interaction\ConsoleInteractionServiceTests.cs (11)
1376
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1389
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1437
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1624
var
ex = await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1646
var
ex = await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1673
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1699
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1731
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1882
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>