Skip to content

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 SizeBudgetSeverity

A breach fails the check.

Returns: SizeBudgetSeverity

Error = 0

A breach is reported without failing the check.

Returns: SizeBudgetSeverity

Warning = 1