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