The C# reference ( https://developers.google.com/protocol-buffers/docs/reference/csharp-generated#structure) makes it seem like the classes in WellKnownTypes should be partial, just like those generated from custom proto files. However, they are not. Is this intentional or a mistake? Or am I Just missing something? :)
Concretely, I'm looking to extend the wellknown types /such as StringValue) with implicit conversions to and from .NET types. I can do this for generated types (because they are partial), but not for the well known types. Best, Sigurt. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/90611728-70f7-4680-953e-395379ae5e38%40googlegroups.com.
