-
Re: Using Playwright in Linqpad
You shouldn't need to manually copy anything. Just reference the Playwright NuGet package and invoke the Main method programmatically to install the required dependencies. Then you should be able to …2 · -
Re: Enterprise Locations with remote workers
You don't need to worry - remote workers are not included in the location count.1 · -
Re: SqlConnection not working in LinqPad 7
You will also need to either check the "Reference LINQ-to-SQL assemblies" option in the Query Properties dialog, or add a NuGet reference to the System.Data.SqlClient (or Microsoft.Data.Sql…1 · -
Re: NotSupportedException for tables with column of type Date as part of composite primary key
This should now be fixed in 7.4.1. Let me know if it's still an issue.1 · -
Re: LINQPad 7 beta stream auto update not working
Does the following query succeed, and if not, do you get a helpful exception? new System.Net.WebClient().DownloadData("http://www.linqpad.net")1 ·