Skip to content

SizeBudgetScope

Namespace: Dotsider.Core.Analysis.Models

Assembly: Dotsider.Core.dll

What a size budget measures: the whole binary, one namespace subtree, or one assembly.

public enum SizeBudgetScope

One assembly, matched by simple name.

Returns: SizeBudgetScope

Assembly = 2

A namespace and everything beneath it: a target of System.Text.Json covers System.Text.Json.Serialization but not System.Text.Json2.

Returns: SizeBudgetScope

Namespace = 1

The build’s total size.

Returns: SizeBudgetScope

Total = 0