Show / Hide Table of Contents

Class ValidationErrorReporter

Inheritance
Object
ValidationErrorReporter
Namespace: BenchmarkDotNet.Validators
Assembly: BenchmarkDotNet.dll
Syntax
public static class ValidationErrorReporter

Fields

ConsoleErrorPrefix

Declaration
public const string ConsoleErrorPrefix = "// ERROR: "
Field Value
Type Description
String

Methods

ReportIfAny(IEnumerable<ValidationError>, IHost)

Declaration
public static bool ReportIfAny(IEnumerable<ValidationError> validationErrors, IHost host)
Parameters
Type Name Description
IEnumerable<ValidationError> validationErrors
IHost host
Returns
Type Description
Boolean
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors