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)
813throw new NonInteractiveException(symbolDisplayName); 829throw new NonInteractiveException(symbolDisplayName); 844throw new NonInteractiveException(symbolDisplayName);
12 references to NonInteractiveException
aspire (1)
Commands\BaseCommand.cs (1)
178catch (NonInteractiveException)
Aspire.Cli.Tests (11)
Interaction\ConsoleInteractionServiceTests.cs (11)
1376await Assert.ThrowsAsync<NonInteractiveException>(() => 1389await Assert.ThrowsAsync<NonInteractiveException>(() => 1437await Assert.ThrowsAsync<NonInteractiveException>(() => 1624var ex = await Assert.ThrowsAsync<NonInteractiveException>(() => 1646var ex = await Assert.ThrowsAsync<NonInteractiveException>(() => 1673await Assert.ThrowsAsync<NonInteractiveException>(() => 1699await Assert.ThrowsAsync<NonInteractiveException>(() => 1731await Assert.ThrowsAsync<NonInteractiveException>(() => 1882await Assert.ThrowsAsync<NonInteractiveException>(() =>