ProjectAnalyzer.

Build(string[], EnvironmentOptions) Method

Summary

Builds the requested target framework(s).
Namespace
Buildalyzer
Containing Type
ProjectAnalyzer

Syntax

public AnalyzerResults Build(string[] targetFrameworks, EnvironmentOptions environmentOptions)

Parameters

Name Type Description
targetFrameworks string[] The set of target frameworks to build.
environmentOptions EnvironmentOptions The environment options to use for the build.

Return Value

Type Description
AnalyzerResults A dictionary of target frameworks to AnalyzerResult.