Skip to content

Minor bugfixes from static analysis#506

Merged
waf merged 6 commits into
mainfrom
minor-bugfixes-from-static-analysis
Jun 28, 2026
Merged

Minor bugfixes from static analysis#506
waf merged 6 commits into
mainfrom
minor-bugfixes-from-static-analysis

Conversation

@waf

@waf waf commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Fix a few issues uncovered from static analysis (missing using on IDisposable, null issues, multithreading access on non-thread-safe collections).

@codecov

codecov Bot commented Jun 28, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 86.66667% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.5%. Comparing base (f7dadfc) to head (23ce9c8).

Files with missing lines Patch % Lines
...s/SymbolExploration/SourceLink/SourceLinkLookup.cs 50.0% 2 Missing and 1 partial ⚠️
CSharpRepl.Services/Configuration.cs 0.0% 1 Missing ⚠️
...ces/Roslyn/References/DotNetInstallationLocator.cs 87.5% 0 Missing and 1 partial ⚠️
CSharpRepl.Services/Theming/StyledString.cs 0.0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #506     +/-   ##
=======================================
- Coverage   80.5%   80.5%   -0.1%     
=======================================
  Files        130     130             
  Lines       9462    9481     +19     
  Branches    1417    1427     +10     
=======================================
+ Hits        7618    7633     +15     
- Misses      1354    1356      +2     
- Partials     490     492      +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@waf waf merged commit f9008b9 into main Jun 28, 2026
3 checks passed
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.

1 participant