Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 682 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 682 Bytes

BoxCopDotNET

Inspired from the static analyzer tool FxCop from Microsoft, this tool does similar analysis of the submitted dotnet assemblies with corresponding PDB files. The tool reports all the usage of the Boxing operation in the assemblies along with the line and column in the code. At times, the boxing operation could become a headache in improving performance of an application. Hence this tool could become handy in such a scenario.

This project was concieved as a hobby. Hence a great deal of improvement could be carried over it.

For detailed technical information, please read: https://adventurouszen.wordpress.com/2011/11/24/boxcop-static-assembly-analyzer-tool/