1 implementation of FullPath
NuGet.Build.Tasks.Console (1)
RestoreProjectAdapter.cs (1)
25
public string
FullPath
{ get; }
6 references to FullPath
NuGet.Commands (6)
RestoreCommand\Utility\PackageSpecFactory.cs (6)
77
FilePath = project.
FullPath
,
326
restoreMetadata.CacheFilePath = NoOpRestoreUtilities.GetProjectCacheFilePath(outputPath, project.
FullPath
);
341
restoreMetadata.ProjectPath = project.
FullPath
;
343
restoreMetadata.ProjectUniqueName = project.
FullPath
;
389
projectFilePath: project.
FullPath
,
400
AssetTargetFallbackUtility.EnsureValidFallback(packageTargetFallback, assetTargetFallbackEnum, project.
FullPath
);