8 references to InteractiveInputNotSupported
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
68throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 100throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 127throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 227throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
237Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 252Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 267Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message); 281Assert.Contains(InteractionServiceStrings.InteractiveInputNotSupported, exception.Message);