protobuf/csharp/protos
Jon Skeet aa77eab622 Move C#-only test protos to csharp/protos
unittest_proto3 had been changed in a very backward-incompatible
way which was never going to work with C# as it imports proto2 messages.

This is now a copy of the old file, but with a package name change for
compatibility with the remaining files in src/google/protobuf.

The other moves are for files that are only used by C#.
2017-11-12 15:29:15 +00:00
..
map_unittest_proto3.proto Move C#-only test protos to csharp/protos 2017-11-12 15:29:15 +00:00
README.md Move C#-only test protos to csharp/protos 2017-11-12 15:29:15 +00:00
unittest_custom_options_proto3.proto Add Oneof custom options test 2017-01-27 11:52:32 -08:00
unittest_import_proto3.proto Move C#-only test protos to csharp/protos 2017-11-12 15:29:15 +00:00
unittest_import_public_proto3.proto Move C#-only test protos to csharp/protos 2017-11-12 15:29:15 +00:00
unittest_issues.proto Fix merging with message-valued oneof 2017-10-31 17:11:40 -07:00
unittest_proto3.proto Move C#-only test protos to csharp/protos 2017-11-12 15:29:15 +00:00

This directory contains unit test protos adapted from those in src/google/protobuf, and C#-specific test protos for regression tests against bugs found in the C# codegen or library.