Skip to content
New issue

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

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

Already on GitHub? # to your account

Update SA1612 to also check primary constructor parameters #3833

Conversation

bjornhellander
Copy link
Contributor

Fixes #3786

@bjornhellander bjornhellander force-pushed the feature/sa1612-primary-constructor-3786 branch from 53da534 to 022febf Compare April 28, 2024 06:59
Copy link

codecov bot commented Apr 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.45%. Comparing base (045aba1) to head (24dd901).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3833   +/-   ##
=======================================
  Coverage   97.45%   97.45%           
=======================================
  Files         925      925           
  Lines      110040   110075   +35     
  Branches     3302     3306    +4     
=======================================
+ Hits       107236   107271   +35     
- Misses       1839     1840    +1     
+ Partials      965      964    -1     

@bjornhellander bjornhellander force-pushed the feature/sa1612-primary-constructor-3786 branch from 022febf to 8c43382 Compare April 28, 2024 07:23
@bjornhellander bjornhellander force-pushed the feature/sa1612-primary-constructor-3786 branch from 8c43382 to 24dd901 Compare April 28, 2024 07:52
@bjornhellander
Copy link
Contributor Author

Ready for review

@sharwell sharwell merged commit d855e3a into DotNetAnalyzers:master Apr 29, 2024
19 checks passed
@sharwell sharwell added this to the 1.2-beta.next milestone Apr 29, 2024
@bjornhellander bjornhellander deleted the feature/sa1612-primary-constructor-3786 branch April 29, 2024 14:53
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SA1612 does not trigger on primary constructor
2 participants