-
Re: LINQPad using .NET Core 3.0(Preview) ?
Yes, a lot of work has been done already and a release is planned for Q1 2019.2 · -
Re: Connection InfoMessage Event Handler
You should be able to do this within the query:((SqlConnection)Connection).InfoMessage += (sender, args) => args.Message.Dump(); or:((SqlConnection)Connection).InfoMessage += (sender, args) => …1 · -
Re: LINQPad is executed from ProgramData after upgrade
LINQPad tries to copy LINQPad.exe from that location back to the original location. If it fails 3 times, it will give up. The reason for it failing might be related to user permissions. The logic has…1 · -
Re: Add updated experimental Roslyn assemblies to support C# 8.0
Done Go to Edit | Preferences | Query and click "Update to 2.9.0.1" Note there is a bug where LINQPad will claim to be on 2.9.0.0 even after you've updated. This is because Microsoft didn't…1 · -
Re: Running Linqpad on Ubuntu?
With .NET Core, a cross-platform version is possible or even likely in the future. However, Microsoft has no immediate plans to make Windows Forms and WPF x-platform, so we still have that hurdle to …1 ·