Closed yuanchunchen closed 1 year ago
Cancel compile "annotations.proto" and "http.proto" directly, Change to depend on Google.Api.CommonProtos.
in the custom proto file.
The following situations can be avoided CS0433 : The type 'AnnotationsReflection' exists in both Google.Api.CommonProtos & dotnet-etcd
Thanks for your contribution. I will have a look a make a release if all tests go through.
Cancel compile "annotations.proto" and "http.proto" directly, Change to depend on Google.Api.CommonProtos.
import "google/api/annotations.proto";
in the custom proto file.
The following situations can be avoided CS0433 : The type 'AnnotationsReflection' exists in both Google.Api.CommonProtos & dotnet-etcd