-
Re: Linqpad 6 / group policy blocking LINQPad6.Query.exe
So if LINQPad extracted Linqpad.UserQuery.exe to a subfolder within the folder that you run LINQPad from, would it work?1 · -
Re: ASP.NET Core is not supported anymore in latest 6.2.0!!?
I've fixed an issue with assembly caching, too, so you can now do this:Task Main() => WebHost .CreateDefaultBuilder() .UseStartup<Startup>() .Build() .RunAsync (QueryCancelToken);1 · -
Re: When will official LINQPad6 nuget package available?
LINQPad.Runtime (prerelease) is now available. This contains LINQPad.Runtime.dll, which is the .NET Core DLL that contains Util.Run, Util.CreateXhtmlWriter, etc.1 · -
Re: Sharing queries across machines with different LINQPad NuGet source list files.
When restoring packages, it checks just the first repository that've you've checked in the list (that's why you can re-order them). The other repositories are there just to supply dependencies that m…1 · -
Re: LINQPad 6 RC1 on .NET Core RC1
The RTM build will use the official MSIX installer, when released.1 ·