bazelc#help wanted
Repository-Metriken
- Stars
- (71.223 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 2T 11h) (185 gemergte PRs in 30 T)
Beschreibung
What language does this apply to? C#
Describe the problem you are trying to solve. There are no standard Bazel rules to generate C# source code for protocol buffers.
Describe the solution you'd like
A csharp_proto_library to be included as standard as part of @protobuf//bazel
Describe alternatives you've considered
- I tried to make sense of the C++/Java/Python rule definitions, but couldn't figure out how to modify them to get protoc to output C# files
- I also looked at the following alternative proto rules, but similarly couldn't figure out how to add C# support:
Additional context None