Table of Contents

Class DotNetCliBuilder

Namespace
BenchmarkDotNet.Toolchains.DotNetCli
Assembly
BenchmarkDotNet.dll
public class DotNetCliBuilder : IBuilder
Inheritance
DotNetCliBuilder
Implements

Constructors

DotNetCliBuilder(string, string?, bool)

public DotNetCliBuilder(string targetFrameworkMoniker, string? customDotNetCliPath = null, bool logOutput = false)

Parameters

targetFrameworkMoniker string
customDotNetCliPath string
logOutput bool

Methods

Build(GenerateResult, BuildPartition, ILogger)

public BuildResult Build(GenerateResult generateResult, BuildPartition buildPartition, ILogger logger)

Parameters

generateResult GenerateResult
buildPartition BuildPartition
logger ILogger

Returns

BuildResult