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 SizeBudgetScopeFields
Section titled “Fields”Assembly
Section titled “Assembly”One assembly, matched by simple name.
Returns: SizeBudgetScope
Assembly = 2Namespace
Section titled “Namespace”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 = 1The build’s total size.
Returns: SizeBudgetScope
Total = 0