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