Class ValidationErrorReporter
- Namespace
- BenchmarkDotNet.Validators
- Assembly
- BenchmarkDotNet.dll
public static class ValidationErrorReporter
- Inheritance
-
ValidationErrorReporter
Fields
ConsoleErrorPrefix
public const string ConsoleErrorPrefix = "// ERROR: "
Field Value
Methods
ReportIfAny(IEnumerable<ValidationError>, IHost)
public static bool ReportIfAny(IEnumerable<ValidationError> validationErrors, IHost host)
Parameters
validationErrors
IEnumerable<ValidationError>host
IHost