rules_proto_grpc icon indicating copy to clipboard operation
rules_proto_grpc copied to clipboard

Bazel rules for building Protobuf and gRPC code and libraries from proto_library targets

Results 106 rules_proto_grpc issues
Sort by recently updated
recently updated
newest added

### Issue Description When using `extra_protoc_args = ["--csharp_opt=base_namespace="],`, the build fails. I think that because the plugin expects the `.cs` file to be generated at the root of the staging...

bug

### Description The project currently uses rules_python ver 0.15.0 which contains no Python3.11 toolchain. Is it possible to bump the rules_python dependency?

### Issue Description The [rules_go 0.41.0](https://github.com/bazelbuild/rules_go/releases/tag/v0.41.0) and [gazelle 0.32.0](https://github.com/bazelbuild/bazel-gazelle/releases/tag/v0.32.0) added the breaking go_googleapis change. This repo uses go_googleapis in multiple places. E.g.: [gateway_grpc_library](https://github.com/rules-proto-grpc/rules_proto_grpc/blob/7064b28a75b3feb014b20d3276e17498987a68e2/grpc-gateway/gateway_grpc_library.bzl#L41) I am trying to update my repo...

bug

### Description I saw that this is working with an older version of rules_dotnet. On top of that it is using the @io_bazel_rules_dotnet name which is not used in the...

lang-csharp
lang-fsharp

### Description Pulled out of https://github.com/rules-proto-grpc/rules_proto_grpc/pull/265/#issuecomment-1595884765 An aspect may be able to pull the extern names, preventing a user having to name them manually

enhancement
lang-rust

### Description Hi, I'm using `js_grpc_node_library`, and I'm trying to use the `deps_repo=` parameter to point to a custom named repo. I'm using `rules_js`, my `WORKSPACE` looks like this. ```...

enhancement
lang-js

### Issue Description python_grpc_compile succeeded but python_grpc_library failed. ### Log Output ```plain text % blaze build ... INFO: Analyzed 3 targets (86 packages loaded, 3180 targets configured). INFO: Found 3...

bug

### Issue Description I'm unable to build a `csharp_proto_library` due to a toolchain-related error. I can reproduce this error with the `csharp_proto_library` example on the master branch. ``` csharp_proto_library git:(master)...

bug

### Description I'm trying to run a custom protoc plugin that modifies the output of a different (Java) plugin, using insertion points. I first tried looking for an argument to...

enhancement
plugin

### Description Hi, I am using bazel-gazelle to automate the BUILD file generator and dependency management. But it seems gazelle does not natively work with the rules_proto_grpc. E.g. I have...

enhancement