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