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