8 references to InteractiveInputNotSupported
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
69throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 101throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 130throw new InvalidOperationException(InteractionServiceStrings.InteractiveInputNotSupported); 235throw 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);