Analyzes the specified assemblies.
- Namespace
- Statiq
.CodeAnalysis - Containing Type
- AnalyzeCSharp
Syntax
public AnalyzeCSharp WithAssemblies(Config<IEnumerable<string>> assemblies)
Parameters
| Name | Type | Description |
|---|---|---|
| assemblies | Config |
Globbing patterns indicating the assemblies to analyze. |
Return Value
| Type | Description |
|---|---|
| AnalyzeCSharp | The current module instance. |