dotnet / roslyn-analyzers

MIT License
1.6k stars 466 forks source link

Delete unused SymbolDisplayNameCache #7457

Open MattKotsenas opened 4 weeks ago

MattKotsenas commented 4 weeks ago

The repo contains both SymbolDisplayNameCache and SymbolDisplayStringCache.

SymbolDisplayNameCache appears to be unused and not part of the build. Delete it to clean up and reduce potential confusion.

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.49%. Comparing base (5dd0dd5) to head (3dc3305). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7457 +/- ## ========================================== - Coverage 96.50% 96.49% -0.01% ========================================== Files 1448 1448 Lines 346895 346895 Branches 11404 11404 ========================================== - Hits 334759 334753 -6 - Misses 9248 9252 +4 - Partials 2888 2890 +2 ```