-
Notifications
You must be signed in to change notification settings - Fork 802
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
[Shims.OpenTracing] enable code analysis #6160
[Shims.OpenTracing] enable code analysis #6160
Conversation
df0310f
to
dbab7dd
Compare
@@ -65,7 +65,7 @@ public SpanBuilderShim(Tracer tracer, string spanName) | |||
this.ScopeManager = new ScopeManagerShim(); | |||
} | |||
|
|||
private IScopeManager ScopeManager { get; } | |||
private ScopeManagerShim ScopeManager { get; } |
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.
FYI
CA1859 Change type of property 'ScopeManager' from 'OpenTracing.IScopeManager' to 'OpenTelemetry.Shims.OpenTracing.ScopeManagerShim' for improved performance
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6160 +/- ##
==========================================
- Coverage 86.30% 86.29% -0.01%
==========================================
Files 257 257
Lines 11498 11490 -8
==========================================
- Hits 9923 9915 -8
Misses 1575 1575
🚀 New features to boost your workflow:
|
Towards #3958
Changes
[Shims.OpenTracing] enable code analysis
Merge requirement checklist
[ ] AppropriateCHANGELOG.md
files updated for non-trivial changes[ ] Changes in public API reviewed (if applicable)