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

Reflection throws error when targeting Google.Protobuff 3.9 #45

Closed
mihalios opened this issue Jul 15, 2019 · 2 comments
Closed

Reflection throws error when targeting Google.Protobuff 3.9 #45

mihalios opened this issue Jul 15, 2019 · 2 comments

Comments

@mihalios
Copy link

mihalios commented Jul 15, 2019

@jhump this is not an issue against your project but I figured it's worth mentioning here in case others have upgraded to Protobuff 3.9 and can't run GRPCUI.

In short, if a GRPC server gets upgraded to use Protobuf 3.9 (latest version, released 4 days ago) and you try to run GRPCUI against it, reflection fails with error:

Method not found: 'Google.Protobuf.FieldCodec<Google.Protobuf.ByteString> Google.Protobuf.FieldCodec.ForBytes(UInt32)'.

I believe this is a result of an issue introduced in 3.9 and that is documented by the Protobuf team here.

@jhump
Copy link
Contributor

jhump commented Jul 15, 2019

Thanks for the heads up, @mihalios

@mihalios
Copy link
Author

Fixed in 3.9.1 (3.9.0 was removed from nuget).

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