aboutsummaryrefslogtreecommitdiff
path: root/csharp/protos
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2017-12-13 13:48:58 -0800
committerGitHub <noreply@github.com>2017-12-13 13:48:58 -0800
commitbfd254e14f60f77f68f4de8524cd8984191206d5 (patch)
treeb47be82d057f3234aa055f4da2f607a102cc5077 /csharp/protos
parent0a7120ac32e16d49a35abf18186c8c4db515dd02 (diff)
downloadprotobuf-bfd254e14f60f77f68f4de8524cd8984191206d5.tar.gz
protobuf-bfd254e14f60f77f68f4de8524cd8984191206d5.tar.bz2
protobuf-bfd254e14f60f77f68f4de8524cd8984191206d5.zip
Add unknown field support for csharp (#3936)
Add unknown field support for csharp
Diffstat (limited to 'csharp/protos')
-rw-r--r--csharp/protos/unittest_proto3.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/csharp/protos/unittest_proto3.proto b/csharp/protos/unittest_proto3.proto
index d22265cc..ef4933a5 100644
--- a/csharp/protos/unittest_proto3.proto
+++ b/csharp/protos/unittest_proto3.proto
@@ -377,3 +377,4 @@ service TestService {
message BarRequest {}
message BarResponse {}
+message TestEmptyMessage {}