Language

ProjectGraphMode Enum

Definition

Represents the mode to use when constructing a ProjectGraph.

public enum class ProjectGraphMode
public enum ProjectGraphMode
type ProjectGraphMode = 
Public Enum ProjectGraphMode
Inheritance
ProjectGraphMode

Fields

Name Value Description
Default 0

Loads only the projects needed for a build, as specified by the entry points. This is the default mode.

Full 1

Loads a complete representation of the graph, even if they are not needed for the build.

Applies to