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