marinasundstrom / CheckedExceptions

Enforce better exception handling in C#/.NET by ensuring exceptions are explicitly handled.
MIT License
7 stars 1 forks source link

Detect duplicate Throws of the same exception type #17

Open marinasundstrom opened 2 weeks ago

marinasundstrom commented 2 weeks ago

Detect redundant duplicate Throws of the same exception type and warn about them.