We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb0cd1 commit ff51381Copy full SHA for ff51381
ProtoExport/ProtoBuffServerHelper.cs
@@ -71,6 +71,7 @@ public void Run(MessageInfoList messageInfoList, string outputPath, string names
71
sb.AppendLine($"\t\t/// {operationField.Description}");
72
sb.AppendLine($"\t\t/// </summary>");
73
sb.AppendLine($"\t\t[ProtoMember({operationField.Members})]");
74
+ sb.AppendLine($"\t\t[System.ComponentModel.Description(\"{operationField.Description}\")]");
75
if (operationField.IsRepeated)
76
{
77
sb.AppendLine($"\t\tpublic List<{operationField.Type}> {operationField.Name} {{ get; set; }} = new List<{operationField.Type}>();");
0 commit comments