Rename C# files to indicate generated code (#10801)
* Change C# generation script to use .pb.cs extension * Rename generated C# files This was performed by running generate_protos.sh and then removing the old files. Notes: - This does not change the conformance test generated C# code - This does not change the compatibility C# code - There's currently no clean-up operation in generate_protos.sh to remove old .pb.cs files (which would now be feasible) - The changes to TestMessagesProto2.pb.cs are just due to formatting and a new Objective-C option * Fix well-known type source files for C# Bazel buildpull/10821/head
parent
3b4fdac42a
commit
5c6c868588
33 changed files with 19 additions and 11 deletions
Loading…
Reference in new issue