1 write to Path
NuGet.CommandLine.XPlat (1)
Commands\PackageReferenceCommands\ListPackage\ListPackageArgs.cs (1)
64
Path
= path ?? throw new ArgumentNullException(nameof(path));
5 references to Path
NuGet.CommandLine.XPlat (5)
Commands\PackageReferenceCommands\ListPackage\ListPackageCommandRunner.cs (5)
55
if (!File.Exists(listPackageArgs.
Path
))
60
listPackageArgs.
Path
));
68
string fileExtension = Path.GetExtension(listPackageArgs.
Path
);
73
? MSBuildAPIUtility.GetProjectsFromSolution(listPackageArgs.
Path
).Where(File.Exists)
74
: [listPackageArgs.
Path
];