-
Re: LINQPad 7 Features
The biggest new thing will be native ARM64 support. There will be an LINQPad7-arm64 launcher alongside LINQPad7 and LINQPad7-x86, with (close to) feature parity with X64. This will provide fast start…1 · -
Re: memory leak when dumping exceptions
Thanks for reporting - this should be fixed in the latest beta. https://www.linqpad.net/linqpad6.aspx#beta1 · -
Re: LINQPad 5 Support beyond LINQPad 6
Right now, the plan is for LINQPad 7 to support .NET 3.1 -> .NET 6 (but not .NET Framework). Therefore, when LINQPad 7 is released, LINQPad 6 will EOL, but LINQPad 5 will remain active. It would b…1 · -
Re: Code Works in LINQPad 5 But Fails in LINQPad6
I don't know why serilog requires that file. I guess I could get LINQPad to create a dummy file automatically for the sake of serilog. In the meantime, you could create a similar file yourself:{ &quo…1 · -
Re: System.Data.SqlClient types not found in LP6
I see what's happening: the CLR resolves type-forwarded assemblies via the ALC of the forwarding type rather than the requesting type (or the contextual reflection context). This makes sense if the d…1 ·