1 write to _reporter
dotnet (1)
Commands\Workload\Install\FileBasedInstaller.cs (1)
70
_reporter
= reporter;
12 references to _reporter
dotnet (12)
Commands\Workload\Install\FileBasedInstaller.cs (12)
151
_reporter
.WriteLine(string.Format(CliCommandStrings.WorkloadPackAlreadyInstalledMessage, packInfo.ResolvedPackageId, packInfo.Version));
174
_reporter
.WriteLine(string.Format(CliCommandStrings.UsingCacheForPackInstall, packInfo.ResolvedPackageId, packInfo.Version, offlineCache));
186
_reporter
.WriteLine(string.Format(CliCommandStrings.InstallingPackVersionMessage, packInfo.ResolvedPackageId, packInfo.Version));
229
_reporter
.WriteLine(string.Format(CliCommandStrings.RollingBackPackInstall, packInfo.ResolvedPackageId));
239
_reporter
.WriteLine(string.Format(CliCommandStrings.WorkloadInstallRollBackFailedMessage, e.Message));
277
_reporter
.WriteLine(string.Format(CliCommandStrings.InstallingWorkloadManifest, manifestUpdate.ManifestId, manifestUpdate.NewVersion));
411
_reporter
.WriteLine(string.Format(CliCommandStrings.GarbageCollectingSdkFeatureBandsMessage, string.Join(" ", installedSdkFeatureBands)));
456
_reporter
.WriteLine(string.Format(CliCommandStrings.DeletingWorkloadSet, workloadSetVersion));
491
_reporter
.WriteLine(string.Format(CliCommandStrings.DeletingWorkloadManifest, manifestId, $"{manifestVersion}/{manifestFeatureBand}"));
584
_reporter
.WriteLine(string.Format(CliCommandStrings.UpdatedWorkloadMode, newModeString));
705
_reporter
.WriteLine(string.Format(CliCommandStrings.DeletingWorkloadPack, packInfo.Id, packInfo.Version));
871
_reporter
.WriteLine(string.Format(CliCommandStrings.WritingPackInstallRecordMessage, packInfo.ResolvedPackageId, packInfo.Version));