dotnet / roslyn-analyzers

MIT License
1.56k stars 462 forks source link

CA1854: Use unused variable name for out parameter #7261

Open mpidash opened 3 months ago

mpidash commented 3 months ago

Fixes #6022.

codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 96.49%. Comparing base (43709af) to head (d173dd2).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7261 +/- ## ======================================= Coverage 96.49% 96.49% ======================================= Files 1443 1443 Lines 345799 345817 +18 Branches 11374 11376 +2 ======================================= + Hits 333665 333695 +30 + Misses 9251 9240 -11 + Partials 2883 2882 -1 ```