当我指定带有空格的路径时,我无法让FxCop命令行正常工作。是的,我正确使用了引号。
M:\build\IOService\src>"c:\Program Files\Microsoft FxCop 1.36\FxCopCmd.exe" /c /f:".\My Library\bin\Release\" /r:"c:\Program Files\Microsoft FxCop 1.36\Rules\"
Microsoft (R) FxCop Command-Line Tool, Version 1.36 (9.0.30729.1)
Copyright (C) 2007 Microsoft Corporation. All rights reserved.
Argument specified without a corresponding switch : 'Files\Microsoft'.
Argument specified without a corresponding switch : 'FxCop'.
Argument specified without a corresponding switch : '1.36\Rules"'.
Type FxCopCmd.exe /? for help on command-line arguments.
FxCop 抱怨传递给 /r 开关的路径。我根据 FxCop 指南引用路径。当我通过 /d 开关传递路径时也会发生这种情况。有没有其他人有类似的问题?我使用 cmd 还是PowerShell都没关系。