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)
536
var expectedError = string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
UnrecognizedOptionDidYouMeanFormat
, badOption, correctOption);
594
var expectedError = string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
UnrecognizedOptionDidYouMeanFormat
, optionName, "--apphost");
685
var expectedError = string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
UnrecognizedOptionDidYouMeanFormat
, "--AppHost", "--apphost");
725
var expectedError = string.Format(CultureInfo.CurrentCulture, SharedCommandStrings.
UnrecognizedOptionDidYouMeanFormat
, "--AppHost", "--apphost");