-
Re: Custom config file with separate configs sections
What else is in LINQPadQuery.dll.custom.config, besides what's in AppSettings.config? The reason that LINQPad will create this file is to add extra config that is necessary to make your query work, m…1 · -
Re: LINQPad support for .NET 7.0 Preview 1?
The .NET 7 preview is now supported in 7.3.4 (along with C# 11 preview features).1 · -
Re: Remapping with vi mode
I'm sorry, there's no option for key remapping.1 · -
Re: LINQPad occasionally hangs when switching between it and Chrome (Webview problem?)
This can happen when you use the Find dialog (Ctrl+F) within the results window and then switch to another query or application without first closing the dialog. I don't know of a workaround for this…2 · -
Re: Why LINQPad generate different IL and C#1.0 result from sharplab.io
Press Alt+Shift+R - this will open the code in ILSpy and then you see the surrounding IL as well as choose the exact version of C# you want it lowered to.1 ·