-
Re: Is it possible to run LinqPad in an unlicensed mode temporarily?
You can also temporarily deactivate the license - it won't use up a transfer if you re-activate the same machine.1 · -
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 ·