WithSolutions(Config<IEnumerable<string>>) Method
Analyzes the specified solutions.
Namespace
Statiq.CodeAnalysis
Containing Type
AnalyzeCSharp

Syntax

public AnalyzeCSharp WithSolutions(Config<IEnumerable<string>> solutions)

Parameters

Name Type Description
solutions Config<IEnumerable<string>> Globbing patterns indicating the solutions to analyze.

Return Value

Type Description
AnalyzeCSharp The current module instance.