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