I noticed that the typical protobuf class looks like::

public sealed partial class OpenViewRequest : pb::IMessage<OpenViewRequest> 
{



Which rules out derived classes, but not partials. However, the whole class 
is decorated with DebuggerNonUserCode, which interferes with debugging my 
partial definition.

Should I avoid this?

I'm just defining additional ctors that take data classes.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to protobuf+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at http://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to