liamacox

Results 1 issues of liamacox

The [C# Generated Code Guide](https://protobuf.dev/reference/csharp/csharp-generated/) claims that the C# code generator only supports `proto3` and requires that all `.proto` files begin with ```proto syntax = "proto3"; ``` despite Editions being...