5 references to UnrecognizedOptionDidYouMeanFormat
aspire (1)
Commands\ParseResultHelper.cs (1)
375
return string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
UnrecognizedOptionDidYouMeanFormat
, optionName, correctName);
Aspire.Cli.Tests (4)
Commands\BaseCommandTests.cs (4)
614
var expectedError = string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
UnrecognizedOptionDidYouMeanFormat
, badOption, correctOption);
672
var expectedError = string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
UnrecognizedOptionDidYouMeanFormat
, optionName, "--apphost");
763
var expectedError = string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
UnrecognizedOptionDidYouMeanFormat
, "--AppHost", "--apphost");
803
var expectedError = string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
UnrecognizedOptionDidYouMeanFormat
, "--AppHost", "--apphost");