shubhamranjan / dotnet-etcd

A C# .NET (dotnet) GRPC client for etcd v3 +
MIT License
266 stars 60 forks source link

[Dependce] The type 'AnnotationsReflection' exists in both Google.Api.CommonProtos & dotnet-etcd #187

Closed yuanchunchen closed 1 year ago

yuanchunchen commented 1 year ago

Cancel compile "annotations.proto" and "http.proto" directly, Change to depend on Google.Api.CommonProtos.

The following situations can be avoided CS0433 : The type 'AnnotationsReflection' exists in both Google.Api.CommonProtos & dotnet-etcd

shubhamranjan commented 1 year ago

Thanks for your contribution. I will have a look a make a release if all tests go through.