protocolbuffers.github.io icon indicating copy to clipboard operation
protocolbuffers.github.io copied to clipboard

C# Generated Code Guide claims only proto3 supported

Open liamacox opened this issue 10 months ago • 3 comments

The C# Generated Code Guide claims that the C# code generator only supports proto3 and requires that all .proto files begin with

syntax = "proto3";

despite Editions being supported in C# since v27.0.

liamacox avatar Mar 05 '25 22:03 liamacox

Thanks for raising this issue. I'm actually right now doing a pass over all docs to add Editions information to them. (It's taking a long time to get through them all.) Keep your eyes peeled over the next couple of weeks for updates across the docs.

Logofile avatar Mar 14 '25 13:03 Logofile

I'm still working on this. Just this week, I updated the C# topic internally. The next publish will update the external docs.

Logofile avatar May 16 '25 21:05 Logofile

Docs are updated and now use Edition 2023 for examples. I did miss the subtitle, which says "...using proto3 syntax." I'll fix that on the next publish.

Logofile avatar Oct 17 '25 18:10 Logofile