8 references to InteractiveInputNotSupported
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
242
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
313
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
385
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
685
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
435
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
448
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
461
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
473
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);