ProjectRef Type
A project as it appears in the tree, with everything needed to name it, to point `dotnet` at it, and to find the `Directory.Build.props` above it.
Record fields
| Record Field |
Description
|
Full Usage:
Directory
Field type: string
|
Absolute path to the directory containing the project file.
|
Full Usage:
Name
Field type: string
|
The file name without its extension, e.g. `Partas.TypeProvider`.
|
Full Usage:
Path
Field type: string
|
Absolute path to the project file.
|
Full Usage:
RelativePath
Field type: string
|
Path relative to the provider root, using forward slashes.
|
Partas.TypeProvider