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)
246Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 261Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 276Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 290Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message);