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