Analyzes the specified projects.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WithProjects(Config<string> projects)
Parameters
Name | Type | Description |
---|---|---|
projects | Config |
A globbing pattern indicating the projects to analyze. |
Return Value
Type | Description |
---|---|
AnalyzeCSharp | The current module instance. |