Code Analysis in VS2012 vs Fxcop

I am new to code analysis, here I do not know the difference and use between the code analysis tool in vs2012 and the Fxcop tool.

Please provide some details.

+4
source share
1 answer

Visual Studio FxCop code analysis. They were separate objects that day, but since 2010, FxCop has been integrated into Visual Studio as "static code analysis."

+6
source

Source: https://habr.com/ru/post/1490023/


All Articles