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)
806
throw new
NonInteractiveException
(symbolDisplayName);
822
throw new
NonInteractiveException
(symbolDisplayName);
837
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)
1332
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1345
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1393
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1580
var
ex = await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1602
var
ex = await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1629
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1655
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1687
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>
1838
await Assert.ThrowsAsync<
NonInteractiveException
>(() =>