8 references to InteractiveInputNotSupported
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
135throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 172throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 201throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 332throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
247Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 262Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 277Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 291Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message);