2 references to NoIntegrationPackagesFound
aspire (1)
Commands\AddCommand.cs (1)
123throw new EmptyChoicesException(AddCommandStrings.NoIntegrationPackagesFound);
Aspire.Cli.Tests (1)
Commands\AddCommandTests.cs (1)
445Assert.Contains(AddCommandStrings.NoIntegrationPackagesFound, displayedErrorMessage);