-
Re: Feature suggestion, font size
Use Control+Scrollwheel or Control+Plus/Control+Minus to change the font size in the editor. The same trick also works for the results panel if you're running Windows 8.1 · -
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 ·