ProjectGraphOptions Struct
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 options to use when constructing a ProjectGraph.
public value class ProjectGraphOptions
public readonly struct ProjectGraphOptions
type ProjectGraphOptions = struct
Public Structure ProjectGraphOptions
- Inheritance
-
ProjectGraphOptions
Constructors
| Name | Description |
|---|---|
| ProjectGraphOptions() |
Obsolete.
Represents options to use when constructing a ProjectGraph. |
Properties
| Name | Description |
|---|---|
| DegreeOfParallelism |
The degree of parallelism to use when constructing the graph. Defaults to the number of logical cores on the machine. |
| EntryPoints |
A list of ProjectGraphEntryPoint objects representing the entry points to use when constructing the graph. |
| Mode |
The ProjectGraphMode to use when constructing the graph. Defaults to Default. |
| ProjectCollection |
The ProjectCollection to load projects into when constructing the graph. Defaults to GlobalProjectCollection. |
| ProjectInstanceFactoryFunc |
An optional ProjectGraph.ProjectInstanceFactoryFunc to use when evaluating individual projects in the graph. |