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