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
Autogenarated code ends-up with reference conflicts after upgrading to Confluent.SchemaRegistry.Serdes.Protobuf 2.5.0 if EnumValueOptions is declared in proto file.
CS0433 The type 'EnumValueOptions' exists in both 'Google.Protobuf, Version=x, Culture=neutral, PublicKeyToken=x' and 'protobuf-net.Reflection, Version=x, Culture=neutral, PublicKeyToken=x
How to reproduce
Use Confluent.SchemaRegistry.Serdes.Protobuf 2.5.0
Description
Autogenarated code ends-up with reference conflicts after upgrading to
Confluent.SchemaRegistry.Serdes.Protobuf
2.5.0 ifEnumValueOptions
is declared in proto file.CS0433 The type 'EnumValueOptions' exists in both 'Google.Protobuf, Version=x, Culture=neutral, PublicKeyToken=x' and 'protobuf-net.Reflection, Version=x, Culture=neutral, PublicKeyToken=x
How to reproduce
Use
Confluent.SchemaRegistry.Serdes.Protobuf 2.5.0
Add gRPC tools:
Add proto:
Checklist
Please provide the following information:
The text was updated successfully, but these errors were encountered: