ExceptionsAnalyzer NuGet Package

Exception handling analyzer - trying to catch common antipatterns in exception handling:
throw ex - leads to lost stack trace
Not used exception object
Rethrow new exception without inner exception.




Got any ExceptionsAnalyzer Question?





Info

Version: 0.1.5
Author(s): Denys Prodan
Last Update: Thursday, December 20, 2018
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/denis-prodan/clean-code-net
NuGet Url: https://www.nuget.org/packages/ExceptionsAnalyzer


Install
Install-Package ExceptionsAnalyzer
dotnet add package ExceptionsAnalyzer
paket add ExceptionsAnalyzer
ExceptionsAnalyzer Download (Unzip the "nupkg" after downloading)

1 package depend on this package.


Tags



STATS

must-have-score

.3

avg-downloads-per-day

1

days-since-last-release

1947