Libcheck is a tool that is a able to perform version to version assembly comparison. You can download Libcheck here.
"One of the tools we have had sense the early days of the .NET Framework is called LibCheck... It uses reflection to walk two versions of an assembly and generates a list of the public changes (the adds and removes). In addition LibCheck has the smarts to know what is a breaking change..."
via Brad Abrams.
# re: Libcheck -- tool to list version to version assembly changes
It's great for production sites ? don't you think
I will definitely use it, before replacing the prodactions dll's
# re: Libcheck -- tool to list version to version assembly changes
agree, you can also save version documentation.
I think it is useful for higher layers like DAL or BLL or libraries
# re: Libcheck -- tool to list version to version assembly changes
נבדוק את זה
# Use NDepend for Static Code Quality Analysis
NDepend is a tool for architects or people that are in charge of the whole development process. Usually it is 1-2 people who have a need to examine and audit code-base quality threshold. NDepend has its own query language so one can write queries using this SQL syntax to examine assemblies, types, methods [ ... ]