DotNetAnalyzers / StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform
MIT License
2.61k stars 506 forks source link

Update some tests to not use a fixed language version #3832

Closed bjornhellander closed 2 months ago

bjornhellander commented 2 months ago

I found some more tests where a specific language version was used in all test projects.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 97.45%. Comparing base (045aba1) to head (3e259de).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3832 +/- ## ======================================= Coverage 97.45% 97.45% ======================================= Files 925 925 Lines 110040 110040 Branches 3302 3302 ======================================= + Hits 107236 107240 +4 + Misses 1839 1836 -3 + Partials 965 964 -1 ```
bjornhellander commented 2 months ago

Ready for review