From 799bf05bc21123aeb41d46dfb36c75c4962d5f67 Mon Sep 17 00:00:00 2001 From: Andreas Dirnberger Date: Thu, 21 Jul 2022 11:22:56 +0200 Subject: [PATCH 1/2] Maybe add c# namespace into the spec c# users of the spec need to edit it to generate the source-code to include the csharp namespace. If the option is not allowed to be included then please remove the comment 'DO NOT EDIT' --- csi.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/csi.proto b/csi.proto index ee73aa7a..dc60c628 100644 --- a/csi.proto +++ b/csi.proto @@ -7,6 +7,7 @@ import "google/protobuf/timestamp.proto"; import "google/protobuf/wrappers.proto"; option go_package = "csi"; +option csharp_namespace = "csi"; extend google.protobuf.EnumOptions { // Indicates that this enum is OPTIONAL and part of an experimental From 60d1ccfc8282c085f96576166f1f15542a23f8e8 Mon Sep 17 00:00:00 2001 From: zetanova Date: Wed, 21 Sep 2022 11:06:36 +0200 Subject: [PATCH 2/2] add c# namespace to spec.md --- spec.md | 1 + 1 file changed, 1 insertion(+) diff --git a/spec.md b/spec.md index bd537fee..11b05737 100644 --- a/spec.md +++ b/spec.md @@ -279,6 +279,7 @@ import "google/protobuf/timestamp.proto"; import "google/protobuf/wrappers.proto"; option go_package = "csi"; +option csharp_namespace = "csi"; extend google.protobuf.EnumOptions { // Indicates that this enum is OPTIONAL and part of an experimental