Hello, I'm a frequent participant in the OR-tools group, but here I have a Protobuf specific question, I think.
I'm looking for a way to parse a .proto file and generate some really boilerplate code from it. I might use a JSON or Xml sister file to further inform the generator, but the core bits of it are focused on the .proto file. >From a C#, or any other language, perspective, am I accurate in saying the Protobuf API is the way to do just this? If possibly, I'm also wanting to generate at compile time using either Roslyn code generation, a custom build task, or what have you. The only rub there would be whether it fits with the Roslyn/MSBuild work flow. Thanks in advance! Best regards, Michael Powell -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
