DotNetAnalyzers / StyleCopAnalyzers

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

SA1642: Allow <para> Tags in Constructor Documentation #3861

Closed MattFromRVA closed 1 week ago

MattFromRVA commented 2 weeks ago

Fixes #3575

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 97.45%. Comparing base (51c772e) to head (df78311).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3861 +/- ## ======================================= Coverage 97.45% 97.45% ======================================= Files 926 926 Lines 110202 110237 +35 Branches 3312 3315 +3 ======================================= + Hits 107398 107433 +35 Misses 1837 1837 Partials 967 967 ```