-
Notifications
You must be signed in to change notification settings - Fork 986
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
Re-enable some analyzers #12529
base: main
Are you sure you want to change the base?
Re-enable some analyzers #12529
Conversation
There were a few marked as TODO. This makes them back into warnings with the exception of IDE0059 which is "Unnecessary assignment of a value". That is now a suggestion. Some of the fixes for IDE0059 are in this commit, others will follow as there are a lot of failures on that one.
src\System.Windows.Forms.Design\tests\UnitTests\GlobalSuppressions.cs(6,83): error SA1404: (NETCORE_ENGINEERING_TELEMETRY=Build) Code analysis suppression should have justification |
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ToolStripActionList.cs
Show resolved
Hide resolved
src/System.Windows.Forms.Design/src/System/Windows/Forms/Design/ToolStripActionList.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added minor comments
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #12529 +/- ##
====================================================
- Coverage 97.04530% 75.74431% -21.30099%
====================================================
Files 1166 3157 +1991
Lines 352219 636061 +283842
Branches 5319 46999 +41680
====================================================
+ Hits 341812 481780 +139968
- Misses 9660 150819 +141159
- Partials 747 3462 +2715
Flags with carried forward coverage won't be shown. Click here to find out more.
|
There were a few marked as TODO. This makes them back into warnings with the exception of IDE0059 which is "Unnecessary assignment of a value". That is now a suggestion. Some of the fixes for IDE0059 are in this commit, others will follow as there are a lot of failures on that one.
Microsoft Reviewers: Open in CodeFlow