3 references to LinkType
sdk-tasks (3)
DeduplicateAssembliesWithLinks.cs (3)
41
Log.LogMessage(MessageImportance.High, $"Scanning for duplicate assemblies in '{LayoutDirectory}' (using {
LinkType
}s)...");
122
Log.LogError($"Failed to create {
LinkType
} from '{duplicate.Path}' to '{primary.Path}': {ex.Message}");
129
$"Deduplication complete: {totalFilesDeduped} files replaced with {
LinkType
}s, saving {totalBytesSaved / (1024.0 * 1024.0):F2} MB.");