-
Re: Native assemblies are not being referenced?
Thank you to the guys at ClearScript - and sorry at the frustration expressed in my message :)1 · -
Re: Cannot override Uri output as string in ToDump()?
That's interesting behavior. It occurs because of a bug in the way Equals has been implemented in the Uri class. The following expression returns true: new Uri ("http://test").Equals ("…1 · -
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 ·