Code generated from proto file has conflict with object.Equals() #1962
Labels
enhancement
New feature or request
metrics
Metrics signal related
Stale
Issues and pull requests which have been flagged for closing due to inactivity
Using grpc.tools to generate c# code for proto message MetricConfigResponse.Schedule.Pattern results in compiler conflict on object.Equals(object?).
In file
proto\metrics\experimental\metrics_config_service.proto
thestring equals = 1
in the following message is the root cause:Options:
equals
to something elseThe text was updated successfully, but these errors were encountered: