1 reference to WrnUnexpectedInputsFormat
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
307
this.AddWarning(string.Format(SR.
WrnUnexpectedInputsFormat
, this.Inputs.Select(i => $"{i}''").Aggregate((msg, i) => $"{msg}, {i}")));