Implemented interface member:
method
GetWorkloadInstallationRecordRepository
Microsoft.DotNet.Cli.Commands.Workload.Install.IInstaller.GetWorkloadInstallationRecordRepository()
4 references to GetWorkloadInstallationRecordRepository
dotnet.Tests (4)
CommandTests\Workload\Install\GivenFileBasedWorkloadInstall.cs (4)
86IEnumerable<SdkFeatureBand> featureBands = installer.GetWorkloadInstallationRecordRepository().GetFeatureBandsWithInstallationRecords(); 103IEnumerable<SdkFeatureBand> featureBands = installer.GetWorkloadInstallationRecordRepository().GetFeatureBandsWithInstallationRecords(); 125var installedWorkloads = installer.GetWorkloadInstallationRecordRepository().GetInstalledWorkloads(new SdkFeatureBand(version)); 135installer.GetWorkloadInstallationRecordRepository().WriteWorkloadInstallationRecord(workloadId, new SdkFeatureBand(version));