ProjectAnalyzer.

Build(EnvironmentOptions) Method

Summary

Builds the project without specifying a target framework. In a multi-targeted project this will return a AnalyzerResult for each target framework.
Namespace
Buildalyzer
Containing Type
ProjectAnalyzer

Syntax

public AnalyzerResults Build(EnvironmentOptions environmentOptions)

Parameters

Name Type Description
environmentOptions EnvironmentOptions The environment options to use for the build.

Return Value

Type Description
AnalyzerResults The result of the build process.