-
Re: [LINQPad 6] Add option to enable nullable reference types by default for all queries
This is now available in 6.3.0 (currently in beta): http://www.linqpad.net/LINQPad6.aspx#beta2 · -
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 ·