-
Notifications
You must be signed in to change notification settings - Fork 466
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
Improvements for CodeMetricsAnalyzer performance #7118
Conversation
The implementation of this method is no longer asynchronous, so we use SyntaxReference.GetSyntax instead.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7118 +/- ##
==========================================
- Coverage 96.42% 96.42% -0.01%
==========================================
Files 1412 1411 -1
Lines 337058 337237 +179
Branches 11145 11153 +8
==========================================
+ Hits 325020 325189 +169
- Misses 9231 9242 +11
+ Partials 2807 2806 -1 |
@sharwell Is this PR fixing a customer reported issue? |
@mavasani It's based on information gathered from https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1932642, but I wouldn't go so far as to call it a fix for the issue. |
Review commit-by-commit recommended