open-telemetry/opentelemetry-dotnet

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

Open

#6,278 opened on 2025年5月8日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C# (889 forks)auto 404
enhancementgood first issuehelp wantedpkg:OpenTelemetry

Repository metrics

Stars
 (3,725 stars)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド