open-telemetry/opentelemetry-dotnet

[OpenTelemetry] CA1815 - Override equals and operator equals on value types

Open

#6278 aperta il 8 mag 2025

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C# (889 fork)auto 404
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.

Additional context

Guida contributor