문제

I would like to open FxCop.exe (not the command line version) from VS 2010 with custom dictionary (Stored in a given path, not necessarily in FxCop folder) as a parameter. Can someone tell me how to do this?

도움이 되었습니까?

해결책

This can't be done via the command line. However, (from a bit of Reflector spelunking) it looks like the UI application probably supports adding custom dictionaries via CustomDictionary nodes inside the CustomDictionaries node of an .fxcop project file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top