Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CA1065: Consider explicit interface implementations of Equals, GetHashCode #7140

Merged

Conversation

david-acker
Copy link
Member

Fixes #6978

@david-acker david-acker requested a review from a team as a code owner January 12, 2024 19:10
Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8d8ac7d) 96.44% compared to head (01acfa3) 96.44%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7140      +/-   ##
==========================================
- Coverage   96.44%   96.44%   -0.01%     
==========================================
  Files        1413     1413              
  Lines      337719   337832     +113     
  Branches    11177    11177              
==========================================
+ Hits       325700   325807     +107     
- Misses       9200     9207       +7     
+ Partials     2819     2818       -1     

@mavasani mavasani merged commit 2e64f1f into dotnet:main Jan 16, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CA1065 does not consider explicit interface implementations
2 participants