Not sure what happened but v5.9.8.1 giving error for this code:
var list = project.Lists["RelatedLinks"];
List<String> inList = new List<String>(list.ToArray());
inList.ForEach(delegate(String lineByLine)
{
project.SendInfoToLog(lineByLine, true);
});
v5.9.8.0 and all previous versions...