C#C
C#4y ago
CrosRoad95

❔ Source generator & protobuf

Is it possible to use source generator or other thing to generate custom code from proto files?
let's say i have:
message HelloRequest {
  string name = 1;
}

and i would like to generate for example an create a class HelloRequestFoo { public string name {get;set;} }
  • just an abstract example
ing me if you know
Was this page helpful?