3 references to SpecifiedVersionRequiresExactPackageMatch
aspire (1)
Commands\AddCommand.cs (1)
260? string.Format(CultureInfo.CurrentCulture, AddCommandStrings.SpecifiedVersionRequiresExactPackageMatch, integrationName)
Aspire.Cli.Tests (2)
Commands\AddCommandTests.cs (2)
3961Assert.Contains(string.Format(AddCommandStrings.SpecifiedVersionRequiresExactPackageMatch, "postgre"), testInteractionService.DisplayedErrors); 4013Assert.Contains(string.Format(AddCommandStrings.SpecifiedVersionRequiresExactPackageMatch, "nonexistentpackage"), testInteractionService.DisplayedErrors);