CSharpAnalyzers / ExceptionalReSharper

Extension for ReSharper which analyzes thrown and documented C# exceptions and suggests improvements
Microsoft Public License
125 stars 30 forks source link

Autofixes for optional exceptions #95

Open jamesmcguirepro opened 5 years ago

jamesmcguirepro commented 5 years ago

If Exceptional considers an exception as optional (ArgumentException, etc), Exceptional does not offer any fixes (add comment or add try/catch).

Would love a way to still have these abilities for optional exceptions.