How to Use FxCop in a command prompt

Source: Internet
Author: User

Assume that I want to run a. DLL assembly and enter it in the command prompt (fxcopcmd.exe has been added to the environment variable ):

Fxcopcmd/f: testnunit. dll/out: aa. xml

Always Prompt: Argument specified without a corresponding switch: 'testnunit. dll'

After instruction, it is found that/f under fxcopcmd is required because you need to find the Directory and change the above program to the following:

Fxcopcmd/f: d: \ testnunit. dll/out: d: \ aa. xml

If there is no/out, add/c before/f.

In short: whether or not you are in the root directory of the current Assembly, the directory under the/f parameter must be written.

Another problem occurs:

Fxcopcmd/f: d: \ test/o: test. the xml file I generated is always run under the root directory of the d Drive (unless I specify the directory/o: d: \ test. xml), why?

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.