DotNetAnalyzers / StyleCopAnalyzers

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

Correct SA1629 to add a period if the documentation ends in an xml entity. Previously replaced the semicolon in the xml entity. #3859

Closed bjornhellander closed 3 months ago

bjornhellander commented 3 months ago

Fixes #3802.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 97.45%. Comparing base (de67e30) to head (a5c1d42).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3859 +/- ## ======================================= Coverage 97.45% 97.45% ======================================= Files 926 926 Lines 110188 110202 +14 Branches 3312 3312 ======================================= + Hits 107384 107398 +14 Misses 1837 1837 Partials 967 967 ```