8 references to InteractiveInputNotSupported
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
242
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
313
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
385
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
678
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
391
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
404
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
417
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
429
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);