DotNetAnalyzers / StyleCopAnalyzers

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

Update SA1404 to not crash when attribute uses a namespace alias #3830

Closed bjornhellander closed 2 months ago

bjornhellander commented 2 months ago

Fixes #3829

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 (1f7ac37).

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

Ready for review