-
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 · -
Re: ASP.NET Core support
What works is that you can create a new .NET Framework 4.6 class library in Visual Studio, add NuGet references to EF7 ("EntityFramework.Core"), and then consume the library that you genera…1 · -
Re: Support for Xml fragments
I could add an option to the connection properties to map XML columns to string instead of XElement - would that help?1 ·
