Show / Hide Table of Contents

Class SetupCleanupValidator

Inheritance
Object
SetupCleanupValidator
Implements
IValidator
Namespace: BenchmarkDotNet.Validators
Assembly: BenchmarkDotNet.dll
Syntax
public class SetupCleanupValidator : IValidator

Fields

FailOnError

Declaration
public static readonly SetupCleanupValidator FailOnError
Field Value
Type Description
SetupCleanupValidator

Properties

TreatsWarningsAsErrors

Declaration
public bool TreatsWarningsAsErrors { get; }
Property Value
Type Description
Boolean

Methods

Validate(ValidationParameters)

Declaration
public IEnumerable<ValidationError> Validate(ValidationParameters input)
Parameters
Type Name Description
ValidationParameters input
Returns
Type Description
IEnumerable<ValidationError>

Implements

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