-
Re: Suggestion: Show Nuget version in Query properties
Clicking the hyperlink will display the current (latest downloaded) version. I guess there's no reason that I can't show the version in the NuGet hyperlink itself.1 · -
Re: DirectoryNotFoundException with custom driver: LinqPad fails to create temporary data context files?
Send me the .lpx6 for now - along a step-by-step repro with any necessary supporting files.1 · -
Re: Detect if running inside linqpad or lprun
#if CMD "cmd".Dump();#else "ide".Dump();#endif1 · -
Re: Wish LINQPAD Support VS Split Windows
I'll make the grab-bar bigger and more iconic in the next build :)1 · -
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 ·