3 implementations of ExtractManifestAsync
dotnet (2)
Commands\Workload\Install\FileBasedInstaller.cs (1)
661
public async Task
ExtractManifestAsync
(string nupkgPath, string targetPath)
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (1)
747
public async Task
ExtractManifestAsync
(string nupkgPath, string targetPath)
dotnet.Tests (1)
CommandTests\Workload\Install\MockPackWorkloadInstaller.cs (1)
189
public Task
ExtractManifestAsync
(string nupkgPath, string targetPath)
2 references to ExtractManifestAsync
dotnet (2)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
341
await _workloadManifestInstaller.
ExtractManifestAsync
(packagePath, adManifestPath);
Commands\Workload\InstallingWorkloadCommand.cs (1)
401
await _workloadInstaller.
ExtractManifestAsync
(downloadedPackagePath, Path.Combine(extractedManifestsPath, download.Id));