From bfd254e14f60f77f68f4de8524cd8984191206d5 Mon Sep 17 00:00:00 2001 From: Jie Luo Date: Wed, 13 Dec 2017 13:48:58 -0800 Subject: Add unknown field support for csharp (#3936) Add unknown field support for csharp --- csharp/protos/unittest_proto3.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'csharp/protos') 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 {} -- cgit v1.2.3