-
Re: Entity Framework DbCommandInterceptor vs. SQL panel (LINQPad 5)
The behavior makes sense, because LINQPad installs its DbCommandInterceptor first. You can tell LINQPad not to write SQL translations by doing this in your setup code: ExecutionEngine.SqlTranslations…1 · -
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?1 · -
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 la…1 · -
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 *befor…1 · -
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 w…1 ·
