ProjectGraphMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |