marinasundstrom / CheckedExceptions

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

AddTryCatchBlockCodeFixProvider #32

Open marinasundstrom opened 1 week ago

marinasundstrom commented 1 week ago

If the throwing statement already is in a try-catch block, then just add a new case for that exception.

Can we be smart about including all statements that are dependant into the try block?

Add catch clauses for all exceptions.

marinasundstrom commented 1 week ago

Thus shouldn't have been closed yet.