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