Enum BowireRollupSeverity
- Namespace
- Kuestenlogik.Bowire.Reporting
- Assembly
- Kuestenlogik.Bowire.dll
Severity ladder the rollup gate compares against (#587).
public enum BowireRollupSeverity
Fields
High = 4High severity — a failing contract, test or scan finding.
Info = 1Informational only.
Low = 2Low severity.
Medium = 3Medium severity.
None = 0Nothing reportable. Present so the enum has a zero value (CA1008); the rollup itself expresses "clean" as a null severity.