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