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)
56
FilePath = project.
FullPath
,
172
restoreMetadata.CacheFilePath = NoOpRestoreUtilities.GetProjectCacheFilePath(outputPath, project.
FullPath
);
182
restoreMetadata.ProjectPath = project.
FullPath
;
184
restoreMetadata.ProjectUniqueName = project.
FullPath
;
230
projectFilePath: project.
FullPath
,
241
AssetTargetFallbackUtility.EnsureValidFallback(packageTargetFallback, assetTargetFallbackEnum, project.
FullPath
);