2 writes to MsiId
dotnet (2)
Commands\Workload\Install\NetSdkMsiInstallerClient.InstallRecords.cs (2)
328MsiId = packId, 357MsiId = packGroupId,
5 references to MsiId
dotnet (5)
Commands\Workload\Install\MsiInstallerBase.cs (1)
458Path.GetFileNameWithoutExtension(Log.LogPath) + $"_{record.MsiId}-{record.MsiNuGetVersion}_{action}.log");
Commands\Workload\Install\NetSdkMsiInstallerClient.cs (4)
275Log?.LogMessage($"Evaluating dependents for workload pack, dependent: {depProvider}, MSI ID: {packRecord.MsiId}, MSI version: {packRecord.MsiNuGetVersion}"); 284Log?.LogMessage($"{packRecord.MsiId} ({packRecord.MsiNuGetVersion}) will not be removed because other dependents remain: {string.Join(", ", remainingDependents)}."); 289Log?.LogMessage($"Removing {packRecord.MsiId} ({packRecord.MsiNuGetVersion}) as no dependents remain."); 490string id = $"{record.MsiId}.Msi.{HostArchitecture}";