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 CA1050 (declare types in namespaces) false positive with top-level statements #5800

Merged
merged 3 commits into from
Jan 18, 2022

Conversation

Youssef1313
Copy link
Member

Fixes #5769

@Youssef1313 Youssef1313 requested a review from a team as a code owner January 17, 2022 21:45
@Youssef1313 Youssef1313 changed the title Ca1050 top level Fix CA1050 (declare types in namespaces) false positive with top-level statements Jan 17, 2022
@codecov
Copy link

codecov bot commented Jan 17, 2022

Codecov Report

Merging #5800 (bbc1c39) into main (c314521) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #5800   +/-   ##
=======================================
  Coverage   95.57%   95.58%           
=======================================
  Files        1284     1284           
  Lines      296814   296837   +23     
  Branches    18101    18102    +1     
=======================================
+ Hits       283694   283720   +26     
+ Misses      10676    10672    -4     
- Partials     2444     2445    +1     

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.

Disable CA1050 for partial class Program declarations with top level statements
3 participants