-
Re: Autocomplete and focus
The new beta is now available: http://www.linqpad.net/download.aspx#beta1 · -
Re: async Task Main() + GUI
You need to ensure that a synchronization context is created before the first await. You can do this by dumping a UI control before the first await, or by putting the following code at the start of y…4 · -
Re: Intellisense doesn't work for Attributes
The new beta now supports positional constructor arguments with attributes: http://www.linqpad.net/download.aspx#beta2 · -
Re: .NETStandard 2.0 packages: No usable .NET assemblies in package
I am working on this at the moment. It seems I need to upgrade LINQPad from using NuGet 3 to NuGet 4. This is non-trivial as several things have changed, and there's little documentation on how to us…3 · -
Re: Error using linked servers
I don't understand German... is it telling you to run sp_addlinkedserver on SQL Server first? And have you tried doing that?1 ·