Show / Hide Table of Contents

Class DotNetCliBuilder

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

Constructors

DotNetCliBuilder(String, String, Boolean, Boolean)

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

Build(GenerateResult, BuildPartition, ILogger)

Declaration
public BuildResult Build(GenerateResult generateResult, BuildPartition buildPartition, ILogger logger)
Parameters
Type Name Description
GenerateResult generateResult
BuildPartition buildPartition
ILogger logger
Returns
Type Description
BuildResult

Implements

IBuilder
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors