-
Re: Group DbSets in EF context
Check out the 7.4.3 beta - the EF Core driver now reads the Category attribute.1 · -
Re: LINQPad7 unable import Powershell Hyper-V module to execute script
The problem is that the assemblies load into both ALCs. I've logged an issue here: https://github.com/PowerShell/PowerShell/issues/174921 · -
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 ·