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 CA1515 nested types false positives #7485

Conversation

Thomas-Shephard
Copy link

Fixes publicly nested types being reported as a CA1515 regardless of whether they are actually externally accessible.

Fixes #7464

@Thomas-Shephard Thomas-Shephard requested a review from a team as a code owner November 26, 2024 22:17
Copy link

codecov bot commented Nov 26, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 96.50%. Comparing base (5435ba7) to head (0f683f3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7485      +/-   ##
==========================================
- Coverage   96.50%   96.50%   -0.01%     
==========================================
  Files        1450     1450              
  Lines      347319   347297      -22     
  Branches    11409    11409              
==========================================
- Hits       335184   335156      -28     
- Misses       9244     9249       +5     
- Partials     2891     2892       +1     

@Thomas-Shephard Thomas-Shephard marked this pull request as draft November 26, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CA1515: false positive with delegates
1 participant