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