8 references to InteractiveInputNotSupported
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
105throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 137throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 166throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 283throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
244Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 259Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 274Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 288Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message);