-
Re: Global flag for unsafe?
I'm not sure that we need an option - can you think of any reason why unsafe shouldn't just be the default? (View Post) -
Re: Result size
Click the 'Results to Grids' button and re-run your query. The grids don't have any limitation, apart from available memory. Another option is to use the Util.WriteCsv method in the latest beta to wr… (View Post) -
Re: Huge time difference observed when linq execution in Linqpad and VisualStudio Output window
I have started the stopwatch just before the Linq query statement, and stopped immediately after the linq statement. Then it's not a fair comparison. A lot of the cold-startup overhead is *before* th… (View Post) -
Re: Remove ILSpy from Linqpad install?
I've just tested blocking it via group policy and it works fine: https://www.technipages.com/prevent-users-from-running-certain-programs Add ILSpy.exe to the blocked programs list, and LINQPad won't … (View Post) -
vi mode - experimental build
I've just uploaded an experimental build with basic vi emulation: X86: http://www.linqpad.net/GetFile.aspx?preview+LINQPad5.zip AnyCPU: http://www.linqpad.net/GetFile.aspx?preview+LINQPad5-AnyCPU.zip… (View Post)