Summary
Builds a specific target framework.
- Namespace
- Buildalyzer
- Containing Type
- ProjectAnalyzer
Syntax
public AnalyzerResults Build(string targetFramework, EnvironmentOptions environmentOptions)
Parameters
| Name | Type | Description |
|---|---|---|
| targetFramework | string | The target framework to build. |
| environmentOptions | EnvironmentOptions | The environment options to use for the build. |
Return Value
| Type | Description |
|---|---|
| AnalyzerResults | The result of the build process. |