Class 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 |