2 references to NoIntegrationPackagesFound
aspire (1)
Commands\AddCommand.cs (1)
162throw new EmptyChoicesException(AddCommandStrings.NoIntegrationPackagesFound);
Aspire.Cli.Tests (1)
Commands\AddCommandTests.cs (1)
444Assert.Contains(testInteractionService.DisplayedErrors, e => e.Contains(AddCommandStrings.NoIntegrationPackagesFound));