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

Fix SA1009 handling of record inheritance #3260

Merged
merged 1 commit into from
Dec 5, 2020

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Dec 5, 2020

Fixes #3248

@codecov
Copy link

codecov bot commented Dec 5, 2020

Codecov Report

Merging #3260 (e2a09f2) into master (363a36c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #3260   +/-   ##
=======================================
  Coverage   93.48%   93.48%           
=======================================
  Files        1001     1003    +2     
  Lines      109640   109685   +45     
  Branches     3722     3722           
=======================================
+ Hits       102492   102540   +48     
+ Misses       6218     6215    -3     
  Partials      930      930           

@sharwell sharwell merged commit 7e961ae into DotNetAnalyzers:master Dec 5, 2020
@sharwell sharwell deleted the record-baselist branch December 5, 2020 20:03
@sharwell sharwell added this to the 1.2-beta.next milestone Dec 5, 2020
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.

SA1009 conflicts with SA1024 on C# 9 records inheritance
1 participant