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); 678throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
391Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 404Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 417Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 429Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message);