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

Syntax

public AnalyzeCSharp WithProjects(Config<IEnumerable<string>> projects)

Parameters

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

Return Value

Type Description
AnalyzeCSharp The current module instance.