I am trying to generate C# classes for my message and was able to do so with the help of the online generator here. But I wanted to try and get this working from the command line with the help of the command-line tool but have not been able to get it to work even once - I get the help text indicating that my command was incorrect, although I am not sure what it is missing. I tried looking around for examples on Stackoverflow and mimicked my command with 'protoc'(which has a similar option list but surprisingly worked!) but it could not generate the classes because of an issue with importing bcl.Guid. Could you please point me to some examples of how to use this or correct what is wrong in my command below?
protogen --proto_PATH=C:\Users\xxxx\source\repos\ProtoBufWithMessages\ProtoBufWithMessages --csharp_out=C:\Users\xxxx\source\repos\ProtoBufWithMessages\ProtoBufWithMessages\src +langver=6.0 +names=auto +oneof=default +listset=yes C:\Users\xxxx\source\repos\ProtoBufWithMessages\ProtoBufWithMessages\xxxxx.proto