aboutsummaryrefslogtreecommitdiffhomepage
path: root/csharp/protos/README.md
diff options
context:
space:
mode:
authorGravatar Jon Skeet <jonskeet@google.com>2017-11-10 09:50:02 +0000
committerGravatar Jon Skeet <skeet@pobox.com>2017-11-12 15:29:15 +0000
commitaa77eab622fe0ccc6cf7ec8a3fce1005dd759562 (patch)
tree20ecf0bcb607b2c3661f91b476e21478ba93d10d /csharp/protos/README.md
parent9a9a66e71557a5b19c96677eb26f97067c0a06d6 (diff)
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#.
Diffstat (limited to 'csharp/protos/README.md')
-rw-r--r--csharp/protos/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/csharp/protos/README.md b/csharp/protos/README.md
new file mode 100644
index 00000000..bdd66fcf
--- /dev/null
+++ b/csharp/protos/README.md
@@ -0,0 +1,3 @@
+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.