SizeBudgetSeverity
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
How a failed size budget affects the outcome: an error fails the check (the CI gate exits non-zero), a warning is reported but never changes the exit code.
public enum SizeBudgetSeverityFields
Section titled “Fields”A breach fails the check.
Returns: SizeBudgetSeverity
Error = 0Warning
Section titled “Warning”A breach is reported without failing the check.
Returns: SizeBudgetSeverity
Warning = 1