Full attribute name

pull/13838/head
James Newton-King 1 year ago
parent 34dc15b548
commit 5222b82cf9
No known key found for this signature in database
GPG Key ID: A66B2F456BF5526
  1. 2
      src/google/protobuf/compiler/csharp/csharp_message.cc

@ -123,7 +123,7 @@ void MessageGenerator::Generate(io::Printer* printer) {
AddDeprecatedFlag(printer);
AddSerializableAttribute(printer);
printer->Print("[global::System.Diagnostics.DebuggerDisplay(\"{ToString(),nq}\")]\n");
printer->Print("[global::System.Diagnostics.DebuggerDisplayAttribute(\"{ToString(),nq}\")]\n");
printer->Print(
vars,
"$access_level$ sealed partial class $class_name$ : ");

Loading…
Cancel
Save