1 reference to ErrorOnInvalidEnumSupportedValuesFormat
dotnet-svcutil-lib (1)
Shared\Options\OptionValueParser.cs (1)
239
var supportedValues = string.Format(CultureInfo.CurrentCulture, Shared.Resources.
ErrorOnInvalidEnumSupportedValuesFormat
, string.Join(", ", Enum.GetNames(typeof(TValue))));