Starting from FCS 11.0.1, calls to ParseAndCheckFileInProject cause some
unwanted information printed to the console.
Presumably, the culprit is the line 2541 in service.fs
Console.WriteLine(sprintf "parseAndCheckFileInProjectCache SET key = %+A" (filename,source,options))
introduced by the recent commit 167b508.