...
Anchor | ||||
---|---|---|---|---|
|
...
-exclude
"C:/Devel/FooSolution/*.Tests/**/*.*"
-include "C:/ProductX/Solution1/src"
...
-
reference <path>
This setting specifies the path to aditional assemblies needed to resolve dependencies of the analyzed projects. Use this option if you receive an "Unable to find reference assembly" message. You can use Ant-style wildcards and relative paths to the current working directory. Example:
...
This option allows you to configures configure a single setting directly in the command line. Use the following format: key=value
.
...