-
Re: Output lines starting with a single space ignore that space
Thanks - will fix for next build.1 -
Re: List of ExpandoObjects in Util.WriteCsv
Good call - I'll fix this for the next build.1 -
Re: Consider add a new language "C# Program with Namespace"?
I will look into this, but it's quite a lot of work. And it would make working with data contexts messy and complicated.1 -
Re: License for LinqPad on AWS
Try the new beta and let me know how you get along: https://www.linqpad.net/download.aspx#beta2 -
Re: Getting data out form a script to the C# that ran it
If you want to use the script's output, i.e., what it dumped, use exec.AsString(). If you want to use the script's return value, i.e.:string Main() { return "hello, world"; } then…1
