-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 S4225 warnings of extension methods for object class #2253
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2253 +/- ##
==========================================
+ Coverage 85.33% 85.35% +0.02%
==========================================
Files 313 313
Lines 7444 7444
Branches 1122 1122
==========================================
+ Hits 6352 6354 +2
+ Misses 746 745 -1
+ Partials 346 345 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
test/Polly.Specs/CircuitBreaker/AdvancedCircuitBreakerAsyncSpecs.cs
Outdated
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.
Thanks!
Pull Request
This includes warning suppression for IDE0022 as it is blocking the build
The issue or feature being addressed
#1290
Details on the issue fix or feature implementation
Confirm the following