8 references to InteractiveInputNotSupported
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
68
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
100
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
127
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
227
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);