Class DotNetCliBuilder
Inheritance
DotNetCliBuilder
Assembly: BenchmarkDotNet.dll
public class DotNetCliBuilder : IBuilder
Constructors
Declaration
public DotNetCliBuilder(string targetFrameworkMoniker, string customDotNetCliPath = null, bool logOutput = false, bool retryFailedBuildWithNoDeps = true)
Parameters
Type |
Name |
Description |
String |
targetFrameworkMoniker |
|
String |
customDotNetCliPath |
|
Boolean |
logOutput |
|
Boolean |
retryFailedBuildWithNoDeps |
|
Methods
Declaration
public BuildResult Build(GenerateResult generateResult, BuildPartition buildPartition, ILogger logger)
Parameters
Returns
Implements