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)
244
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
259
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
274
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);
288
Assert.Contains(InteractionServiceStrings.
InteractiveInputNotSupported
, exception.Message);