-
Re: MissingMethodException when trying to print a string in F#
You need the reference assemblies for the runtime that you're using (.NET 3.1 or .NET 5). If you have the SDK installed, they are located in %programfiles%\dotnet\packs\Microsoft.NETCore.App.Ref\5.0.…1 · -
Re: Wish LINQPAD Support VS Split Windows
There's no keyboard shortcut, but you can split the windows by dragging the space above the vertical scrollbar.2 · -
Re: Wish LINQPAD Support VS Split Windows
LINQPad does support split windows. What specific problem are you having?1 · -
Re: LINQPad support for .NET 6.0 Preview 1?
Experimental support for the .NET 6 preview is now available in the latest beta: https://www.linqpad.net/linqpad6.aspx#beta Let me know how you get along.2 · -
Re: Windows 10 on ARM Support?
The blocking issue is WPF, which is Intel-only right now. Once WPF is made to work for ARM, LINQPad should run. Hopefully this will happen later this year, before .NET 6: https://github.com/dotnet/wp…1 ·