C# Expression - executes twice?

Options
Try it....

(from x in Enumerable.Range(0, 5) select x).Dump()

By design? Difficult for me to image that it would be.

Am using a beta (v 4.44.09)... perhaps an oversight.

Comments