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(BuildEnvironment buildEnvironment)
Parameters
| Name | Type | Description |
|---|---|---|
| buildEnvironment | BuildEnvironment | The build environment to use for the build. |
Return Value
| Type | Description |
|---|---|
| AnalyzerResults | The result of the build process. |