Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Assembly Reference error with csharp_grpc_library #110

Closed
plule opened this issue Jul 19, 2019 · 1 comment
Closed

Missing Assembly Reference error with csharp_grpc_library #110

plule opened this issue Jul 19, 2019 · 1 comment

Comments

@plule
Copy link

plule commented Jul 19, 2019

Hello,

When building a  csharp_grpc_library, I get the error:

error CS0234: The type or namespace name 'BindServiceMethodAttribute'
does not exist in the namespace 'Grpc.Core' (are you missing an assembly reference?)

BindServiceMethodAttribute seems to be part of the Grpc.Core.Api assembly which is not included in csharp/nuget/nuget.bzl. It might be an issue with the script generating this file.

Here is a repository to reproduce the issue:
Repository
bazel build //:missing_assembly_reference

@pcj
Copy link
Member

pcj commented Nov 16, 2021

Closing stale PRs and issue, please reopen new one if desired.

@pcj pcj closed this as completed Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants