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)
3961
Assert.Contains(string.Format(AddCommandStrings.
SpecifiedVersionRequiresExactPackageMatch
, "postgre"), testInteractionService.DisplayedErrors);
4013
Assert.Contains(string.Format(AddCommandStrings.
SpecifiedVersionRequiresExactPackageMatch
, "nonexistentpackage"), testInteractionService.DisplayedErrors);