Kevindt12
Kevindt12

Reputation: 119

Grpc import google proto Cannot Resolve

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?

Proto Error

Upvotes: 2

Views: 2135

Answers (1)

Stalin
Stalin

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

Related Questions