In a new workbook, enter the following in a cell:
using static System.Console; new List<int> { 1, 2, 3 }.ForEach(Write);
The result is always correct: "123".
But if I split it into two cells, the result of the second line is randomly nothing, "1" or "12". Am I missing something?
v1.2.2
macOS 10.12.6
Posts
What kind of workbook are you creating?
Console
We believe we've identified the source of this issue and are working on a fix.
https://bugzilla.xamarin.com/show_bug.cgi?id=57773 is related, if you want a bug to follow.
This should be fixed in 1.3 RC1.
Thanks
1.3 RC1 is available in the alpha channel. Closing this.