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