We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff51381 commit 2705148Copy full SHA for 2705148
ProtoExport/ProtoBuffServerHelper.cs
@@ -49,6 +49,7 @@ public void Run(MessageInfoList messageInfoList, string outputPath, string names
49
sb.AppendLine($"\t/// {operationCodeInfo.Description}");
50
sb.AppendLine($"\t/// </summary>");
51
sb.AppendLine($"\t[ProtoContract]");
52
+ sb.AppendLine($"\t[System.ComponentModel.Description(\"{operationCodeInfo.Description}\")]");
53
if (string.IsNullOrEmpty(operationCodeInfo.ParentClass))
54
{
55
sb.AppendLine($"\tpublic sealed class {operationCodeInfo.Name}");
0 commit comments