EvaluationPass Enum

Definition

Evaluation main phases used by the profiler

C#
public enum EvaluationPass
Inheritance
EvaluationPass

Fields

Name Value Description
TotalEvaluation 0
TotalGlobbing 1
InitialProperties 2
Properties 3
ItemDefinitionGroups 4
Items 5
LazyItems 6
UsingTasks 7
Targets 8

Remarks

Order matters since the profiler pretty printer orders profiled items from top to bottom using the pass they belong to

Applies to

Product Versions
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17