21 references to WriteError
dotnet-svcutil.xmlserializer (21)
Microsoft\Tools\ServiceModel\SvcUtil\ExportModule.cs (1)
89ToolConsole.WriteError(error);
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (4)
439ToolConsole.WriteError("Missing System.ServiceModel.Primitives"); 451ToolConsole.WriteError(string.Format("Fail to load the assembly {0} with the error {1}", smassembly, e.Message)); 465ToolConsole.WriteError(string.Format("Fail to load the assembly {0} with the error {1}", smpassembly, e.Message)); 472ToolConsole.WriteError("Need to pass the System.ServiceModel.Primitives.dll path through the 'smreference' parameter.");
Microsoft\Tools\ServiceModel\SvcUtil\Tool.cs (1)
58ToolConsole.WriteError("Please file a bug or report the following issue with this tool:");
Microsoft\Tools\ServiceModel\SvcUtil\ToolConsole.cs (3)
58WriteError(SR.Format(SR.ErrUnexpectedError)); 64WriteError(SR.Format(SR.ErrUnexpectedError)); 66WriteError(errMsg);
Microsoft\Tools\ServiceModel\SvcUtil\XmlSerializerGenerator.cs (12)
130ToolConsole.WriteError($"Not found type System.ServiceModel.Description.ContractDescription in {Tool.SMAssembly.FullName}"); 137ToolConsole.WriteError($"Not found property ContractType in type {contractDescriptionType}"); 144ToolConsole.WriteError($"Not found type System.ServiceModel.Description.XmlSerializerOperationBehaviorType in {Tool.SMAssembly.FullName}"); 151ToolConsole.WriteError($"Not found type System.ServiceModel.Description.OperationDescription in {Tool.SMAssembly.FullName}"); 158ToolConsole.WriteError($"Not found method get_Behaviors in type {operationType}"); 165ToolConsole.WriteError($"Not found type System.Collections.Generic.KeyedByTypeCollection`1 in {Tool.SMAssembly.FullName}"); 172ToolConsole.WriteError($"Not found type System.ServiceModel.Description.IOperationBehavior in {Tool.SMAssembly.FullName}"); 179ToolConsole.WriteError($"Cannot make Generic Type System.Collections.Generic.KeyedByTypeCollection<IOperationBehavior> in {Tool.SMAssembly.FullName}"); 186ToolConsole.WriteError($"Not found method find in type {keyedByTypeCollectionType}"); 193ToolConsole.WriteError($"Not found method Find<XmlSerializerOperationBehavior> in operation.Behaviors"); 200ToolConsole.WriteError($"Not found method getXmlMappings in XmlSerializerOperationBehavior"); 207ToolConsole.WriteError($"Not found property Operations in type {contractDescriptionType}");