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