C# Expression - executes twice?
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.
(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
When Language is set to C# Expression, it basically wraps the code and calls Dump() on it.