Reputation: 119
I started a new gRPC c# project. But when I try and import a google protobuf I just get an error that it could not be resolved. How do i get this working so i can use Google protobuf library?
Upvotes: 2
Views: 2135
Reputation: 44
Hello i think you use ReSharper extencion, i had a same problem. Try to disable it in resharper options add *.proto to ignored code.
You can see more information, about this problem, right there https://developercommunity.visualstudio.com/t/language-service-for-protobuf-doesnt-recognise-sta/689208
Upvotes: 2