5 instantiations of NonInteractiveException
aspire (5)
Commands\NewCommand.cs (1)
325throw new NonInteractiveException("template");
Commands\UpdateCommand.cs (1)
699throw new NonInteractiveException(channelOptionDisplayName);
Interaction\ConsoleInteractionService.cs (3)
806throw new NonInteractiveException(symbolDisplayName); 822throw new NonInteractiveException(symbolDisplayName); 837throw new NonInteractiveException(symbolDisplayName);
12 references to NonInteractiveException
aspire (1)
Commands\BaseCommand.cs (1)
178catch (NonInteractiveException)
Aspire.Cli.Tests (11)
Interaction\ConsoleInteractionServiceTests.cs (11)
1332await Assert.ThrowsAsync<NonInteractiveException>(() => 1345await Assert.ThrowsAsync<NonInteractiveException>(() => 1393await Assert.ThrowsAsync<NonInteractiveException>(() => 1580var ex = await Assert.ThrowsAsync<NonInteractiveException>(() => 1602var ex = await Assert.ThrowsAsync<NonInteractiveException>(() => 1629await Assert.ThrowsAsync<NonInteractiveException>(() => 1655await Assert.ThrowsAsync<NonInteractiveException>(() => 1687await Assert.ThrowsAsync<NonInteractiveException>(() => 1838await Assert.ThrowsAsync<NonInteractiveException>(() =>