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 handling of pointers to generic types #3309

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

sharwell
Copy link
Member

@sharwell sharwell commented Mar 1, 2021

Fixes #3302

@codecov
Copy link

codecov bot commented Mar 1, 2021

Codecov Report

Merging #3309 (5d42ca7) into master (23db6c0) will decrease coverage by 0.03%.
The diff coverage is 73.45%.

@@            Coverage Diff             @@
##           master    #3309      +/-   ##
==========================================
- Coverage   93.55%   93.52%   -0.04%     
==========================================
  Files        1017     1020       +3     
  Lines      109990   110125     +135     
  Branches     3786     3805      +19     
==========================================
+ Hits       102898   102989      +91     
- Misses       6141     6182      +41     
- Partials      951      954       +3     

@sharwell sharwell merged commit 32818be into DotNetAnalyzers:master Mar 1, 2021
@sharwell sharwell deleted the generic-ptr branch March 1, 2021 13:19
@sharwell sharwell added this to the 1.2-beta.next milestone Mar 1, 2021
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.

SA1015 and SA1023 conflict with generics
1 participant