marinasundstrom / CheckedExceptions

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

Catch and re-throw all doesn't respect the settings file #56

Closed marinasundstrom closed 2 days ago

marinasundstrom commented 2 days ago

Respect the exceptions that should be ignored as per file.

Related to: #54