3 references to NoPolyglotCompatibleIntegrationsFound
aspire (2)
Commands\AddCommand.cs (1)
236
return AddCommandFailure(CliExitCodes.FailedToAddPackage, AddCommandStrings.
NoPolyglotCompatibleIntegrationsFound
);
Commands\IntegrationSearchCommand.cs (1)
184
InteractionService.DisplayError(AddCommandStrings.
NoPolyglotCompatibleIntegrationsFound
);
Aspire.Cli.Tests (1)
Commands\AddCommandTests.cs (1)
3291
Assert.Contains(AddCommandStrings.
NoPolyglotCompatibleIntegrationsFound
, testInteractionService.DisplayedErrors);