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