-
Re: Macro or Util to identifier LINQPad version?
You can use the NETCORE symbol:#if NETCORE // LINQPad 6 #else // LINQPad 5 #endif1 · -
Re: [Proposal] Add Dump sink provider
It's a good idea. I'll look into the options.1 · -
Re: Linqpad 6 small bug - Group key not shown in dump output when dumping async queryable
Thanks - I'll get this fixed in the next build.1 · -
Re: LINQPad 6 for .NET Core 3 - preview now available!
The issue with keyboard accelerators is a bug in .NET Core 3 which is scheduled to be fixed in August: https://github.com/dotnet/winforms/issues/1021 The shortcut for 'Go to' is the same as in Visual…1 · -
Re: LINQPad 6 for .NET Core 3 - preview now available!
Well spotted. The Microsoft.netcore.app NuGet package for preview6 is curiously missing its reference assemblies, making it useless. So I've had to include a hack in LINQPad to make it download the p…1 ·