Summary
Gets or sets a filter to analyze only particular project(s) instead of the whole solution.
Supports wildcards.
- Namespace
- Cake
.Common .Tools .InspectCode - Containing Type
- InspectCodeSettings
Syntax
public string ProjectFilter { get; set; }
Value
Type | Description |
---|---|
string | The filter to analyze only particular projects(s). |