How to generate the your-class.proto from C# object with decorators
I’m using protobuf-net to serial/deserialize the data to work with my Kafka cluster.
Is there any way to generate the class-name.proto from the C# class with decorators like the one below?