Magnus Härlin
Results
1
issues of
Magnus Härlin
When running this sample line 66 throws an exception because the file does not exist. ``` local { let text = fs.File.ReadAllText(file.Path) return (file.Path, text.Length) }) ``` https://github.com/mbraceproject/MBrace.StarterKit/blob/master/HandsOnTutorial.FSharp/examples/200-cloud-parallel-web-download-example.fsx#L65-L66 When the...