-
Re: linqpad 7 - Cannot load assembly
Looks like there's been a change in the format of the .runtimeconfig.json file that's generated for ASP.NET applications. Try the 7.2.6 beta - it should resolve the problem. https://www.linqpad.net/L… (View Post) -
Re: LinqPad 7 crashes on startup (DragDrop registration error)
Can you please try the 7.1.3 beta - this generates more diagnostic information. After running, please post the latest entries in %localappdata%\linqpad\logs.linqpad7\log.txt Thanks! (View Post) -
Re: LINQPad warning: No compatible assemblies found in package 'Microsoft.AspNetCore.Identity.EntityFram
EF Core 6 doesn't support anything less than .NET 6. You will need to use version 5 or earlier. Click "Add specific version to query" and choose 5.0.12. (View Post) -
Re: Linqpad 7 mac support
LINQPad 7 will not support MacOS. It will natively support ARM64 hardware, but on Windows only. (View Post) -
Re: Why is there no set Class on Controls?
Isn't that what the Styles property does? (View Post)