8 references to InteractiveInputNotSupported
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
105
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
137
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
166
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
283
throw new InvalidOperationException(InteractionServiceStrings.
InteractiveInputNotSupported
);
Aspire.Cli.Tests (4)
Interaction\ConsoleInteractionServiceTests.cs (4)
246
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
261
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
276
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
290
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);