Hi ,
I was asked to use FxCop to check the quality of the code.But it seems that FxCop has stopped to support the new .net framework since 2010. As I know that FxCop checks code by reading complied assembly files. Since our solution is complied by .net 4.0/.net 4.5, will FxCop 10.0 still be able to do so?
Plus, I fount a folder named FxCop under "Program files\Microsoft Visual Studio 12.0\Team Tools\Static Analysis Tools", does it mean that FxCop had been integrated into Visual Studio now? Also does it suggest that I don't need to install FxCop separately in that case?
Thanks in advance.