1 write to _reporter
dotnet (1)
Commands\Workload\Install\FileBasedInstaller.cs (1)
73
_reporter
= reporter;
12 references to _reporter
dotnet (12)
Commands\Workload\Install\FileBasedInstaller.cs (12)
154
_reporter
.WriteLine(string.Format(CliCommandStrings.WorkloadPackAlreadyInstalledMessage, packInfo.ResolvedPackageId, packInfo.Version));
177
_reporter
.WriteLine(string.Format(CliCommandStrings.UsingCacheForPackInstall, packInfo.ResolvedPackageId, packInfo.Version, offlineCache));
189
_reporter
.WriteLine(string.Format(CliCommandStrings.InstallingPackVersionMessage, packInfo.ResolvedPackageId, packInfo.Version));
232
_reporter
.WriteLine(string.Format(CliCommandStrings.RollingBackPackInstall, packInfo.ResolvedPackageId));
242
_reporter
.WriteLine(string.Format(CliCommandStrings.WorkloadInstallRollBackFailedMessage, e.Message));
280
_reporter
.WriteLine(string.Format(CliCommandStrings.InstallingWorkloadManifest, manifestUpdate.ManifestId, manifestUpdate.NewVersion));
414
_reporter
.WriteLine(string.Format(CliCommandStrings.GarbageCollectingSdkFeatureBandsMessage, string.Join(" ", installedSdkFeatureBands)));
459
_reporter
.WriteLine(string.Format(CliCommandStrings.DeletingWorkloadSet, workloadSetVersion));
494
_reporter
.WriteLine(string.Format(CliCommandStrings.DeletingWorkloadManifest, manifestId, $"{manifestVersion}/{manifestFeatureBand}"));
587
_reporter
.WriteLine(string.Format(CliCommandStrings.UpdatedWorkloadMode, newModeString));
708
_reporter
.WriteLine(string.Format(CliCommandStrings.DeletingWorkloadPack, packInfo.Id, packInfo.Version));
874
_reporter
.WriteLine(string.Format(CliCommandStrings.WritingPackInstallRecordMessage, packInfo.ResolvedPackageId, packInfo.Version));