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

Re-enable some analyzers #12529

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

JeremyKuhne
Copy link
Member

@JeremyKuhne JeremyKuhne commented Nov 21, 2024

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

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.
@Tanya-Solyanik
Copy link
Member

src\System.Windows.Forms.Design\tests\UnitTests\GlobalSuppressions.cs(6,83): error SA1404: (NETCORE_ENGINEERING_TELEMETRY=Build) Code analysis suppression should have justification

Copy link
Member

@Tanya-Solyanik Tanya-Solyanik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added minor comments

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

Attention: Patch coverage is 46.44809% with 98 lines in your changes missing coverage. Please review.

Project coverage is 75.74431%. Comparing base (ea6d0bb) to head (83f2945).
Report is 1 commits behind head on main.

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     
Flag Coverage Δ
Debug 75.74431% <46.44809%> (-21.30099%) ⬇️
integration 18.18541% <0.54645%> (?)
production 49.31212% <46.44809%> (?)
test 97.04530% <ø> (ø)
unit 46.52431% <46.44809%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

---- 🚨 Try these New Features:

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.

2 participants