-
Re: Beta versions to go sooner into production
I'm planning more frequent release updates, at least to begin with, in LINQPad 6. There will probably be 2-3 in the next 6 months. There's a trade-off, because some users find frequent automatic upda…1 · -
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 ·
