Skip to content

Commit

Permalink
Merge pull request #10244 from jskeet/plugin-protos
Browse files Browse the repository at this point in the history
Expose plugin protos for C#
  • Loading branch information
deannagarcia authored Jul 14, 2022
2 parents 3740916 + 54101ec commit 021787f
Show file tree
Hide file tree
Showing 4 changed files with 1,493 additions and 4 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ csharp_EXTRA_DIST= \
csharp/src/Google.Protobuf/Compatibility/RequiresUnreferencedCodeAttribute.cs \
csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs \
csharp/src/Google.Protobuf/Compatibility/UnconditionalSuppressMessageAttribute.cs \
csharp/src/Google.Protobuf/Compiler/Plugin.cs \
csharp/src/Google.Protobuf/Extension.cs \
csharp/src/Google.Protobuf/ExtensionRegistry.cs \
csharp/src/Google.Protobuf/ExtensionSet.cs \
Expand Down
3 changes: 2 additions & 1 deletion csharp/generate_protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ $PROTOC -Isrc --csharp_out=csharp/src/Google.Protobuf \
src/google/protobuf/struct.proto \
src/google/protobuf/timestamp.proto \
src/google/protobuf/type.proto \
src/google/protobuf/wrappers.proto
src/google/protobuf/wrappers.proto \
src/google/protobuf/compiler/plugin.proto

# Test protos
# Note that this deliberately does *not* include old_extensions1.proto
Expand Down
Loading

0 comments on commit 021787f

Please sign in to comment.