open-telemetry/opentelemetry-dotnet
Vedi su GitHub[OpenTelemetry] CA1815 - Override equals and operator equals on value types
Open
#6278 aperta il 8 mag 2025
enhancementgood first issuehelp wantedpkg:OpenTelemetry
Metriche repository
- Star
- (3725 star)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Package
OpenTelemetry
Is your feature request related to a problem?
Handle CA1815: Override equals and operator equals on value types in OpenTelemetry package.
What is the expected behavior?
The CA1815 suppression is removed where appropriate and the new members implemented.
Any new methods added must have tests.
Which alternative solutions or features have you considered?
Leave permanently suppressed and close this issue.