Skip to content

Commit

Permalink
feat: make C# generated proto files end with .g.cs (#76)
Browse files Browse the repository at this point in the history
This was already done for the gRPC plugin; this is for standard
type generation - messages etc.
  • Loading branch information
jskeet committed Sep 29, 2021
1 parent d839888 commit 7698d5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions csharp/csharp_gapic.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ def csharp_proto_library(name, deps, **kwargs):
extra_args = [
"--include_source_info",
],
opt_args = [
"file_extension=.g.cs",
],
**kwargs
)

Expand Down

0 comments on commit 7698d5c

Please sign in to comment.