You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear
I've shared assembly containing a proto file.
The project look like this :
<ItemGroup>
<Protobuf Include="protos\test.proto" />
<!-- Set visible to false so the file doesn't show up in solution explorer twice -->
<Content Include="protos\test.proto" Pack="true" Visible="false" />
</ItemGroup>
Dear
I've shared assembly containing a proto file.
The project look like this :
The server project :
When I use gRPCUI I get the following error :
Failed to compute set of methods to expose: Symbol not found: test
caused by: File not found: test.proto
Is there a way to make it work with reflection ?
Thanks
The text was updated successfully, but these errors were encountered: