Drill4Net Scanner Parameters
Example#
Drill4Net allows to explicitly set what must be included using the --include option.
Examples
Both --exclude and --include options can be used together but --exclude takes precedence. You can specify the --exclude and --include options multiple times to allow for multiple filter expressions.
You can also include coverage of the test assembly itself by specifying the --include-test-assembly flag.
Optional Parameters#
There are some optional parameters to which you can provide arguments in Drill4Net Scanner
NB. For multiple value options, you have to specify values multiple times i.e.
Filters#
Dill4Net gives the ability to have fine-grained control over what gets excluded using filter expressions.
Syntax: --exclude '[Assembly-Filter]Type-Filter'
Wildcards
- * - matches zero or more characters
- ? - the prefixed character is optional
Examples