-
Re: Missing Method Exceptions
I've just uploaded another beta that automatically generates binding redirects for FSharp.Core. This should fix the problem in the sample query.1 · -
Re: Activation via proxy in big infrastructure
The URLs used for activating LINQPad are http://www.linqpad.net/licensing/* If you whitelist the above, you should be able to work around the authentication issue.1 · -
Re: support for CREDENTIALPROVIDERS for nuget in LinqPad
LINQPad feeds your proxy credentials to the NuGet library using the following code: static void SetupProxy () { if (_proxySetupDone) return; _proxySetupDone = true; // Set up proxy handling for v3 so…1 · -
Re: Timeout trying to connect to a database
LINQPad calls dbo.sp_MShasdbaccess to populate the dropdown list. What happens in SSMS if you execute dbo.sp_MShasdbaccess?1 · -
Re: Support for Xml fragments
This feature is now implemented in the latest beta: http://www.linqpad.net/download.aspx#beta Right-click the connection, properties, advanced.2 ·