8 references to InteractiveInputNotSupported
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
69
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
101
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
130
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
235
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
237
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
252
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
267
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
281
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);