Skip to content

stegru/ExceptionExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exception Explorer

Performs static code analysis on .NET assemblies to identify unhandled exceptions, whether or not they are documented.

The analysis is performed on the IL code extracted from the assembly, so third-party libraries (and the .NET Framework itself) can still be analysed - the source code is not required. If the XML documentation for the assembly is available, then this can also be consulted.

Screenshot

About

Identifies un-handled exceptions in .NET assemblies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages