1 write to _reporter
dotnet (1)
Commands\Workload\Install\FileBasedInstaller.cs (1)
74
_reporter
= reporter;
12 references to _reporter
dotnet (12)
Commands\Workload\Install\FileBasedInstaller.cs (12)
156
_reporter
.WriteLine(string.Format(CliCommandStrings.WorkloadPackAlreadyInstalledMessage, packInfo.ResolvedPackageId, packInfo.Version));
179
_reporter
.WriteLine(string.Format(CliCommandStrings.UsingCacheForPackInstall, packInfo.ResolvedPackageId, packInfo.Version, offlineCache));
191
_reporter
.WriteLine(string.Format(CliCommandStrings.InstallingPackVersionMessage, packInfo.ResolvedPackageId, packInfo.Version));
234
_reporter
.WriteLine(string.Format(CliCommandStrings.RollingBackPackInstall, packInfo.ResolvedPackageId));
244
_reporter
.WriteLine(string.Format(CliCommandStrings.WorkloadInstallRollBackFailedMessage, e.Message));
282
_reporter
.WriteLine(string.Format(CliCommandStrings.InstallingWorkloadManifest, manifestUpdate.ManifestId, manifestUpdate.NewVersion));
416
_reporter
.WriteLine(string.Format(CliCommandStrings.GarbageCollectingSdkFeatureBandsMessage, string.Join(" ", installedSdkFeatureBands)));
461
_reporter
.WriteLine(string.Format(CliCommandStrings.DeletingWorkloadSet, workloadSetVersion));
496
_reporter
.WriteLine(string.Format(CliCommandStrings.DeletingWorkloadManifest, manifestId, $"{manifestVersion}/{manifestFeatureBand}"));
589
_reporter
.WriteLine(string.Format(CliCommandStrings.UpdatedWorkloadMode, newModeString));
676
_reporter
.WriteLine(string.Format(CliCommandStrings.DeletingWorkloadPack, packInfo.Id, packInfo.Version));
842
_reporter
.WriteLine(string.Format(CliCommandStrings.WritingPackInstallRecordMessage, packInfo.ResolvedPackageId, packInfo.Version));