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
Is your feature request related to a problem? Please describe the problem.
Usually, HttpRule comes from Google.Api.CommonProtos. But an app could choose to generate their own by using code generation with http.proto.
Right now this causes this error:
The stored extension value has a type of 'Google.Api.HttpRule, Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. This a different from the requested type of 'Google.Api.HttpRule, Google.Api.CommonProtos, Version=2.5.0.0, Culture=neutral, PublicKeyToken=3ec5ea7f18953e47'.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Usually,
HttpRule
comes from Google.Api.CommonProtos. But an app could choose to generate their own by using code generation with http.proto.Right now this causes this error:
Describe the solution you'd like
Use the functionality in protocolbuffers/protobuf#9655 to support custom
HttpRule
types.Additional context
No response
The text was updated successfully, but these errors were encountered: