-
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) -
Re: Price of upgraded license upgrade to V7 is higher than non-upgraded version?
You probably purchased B more recently than A. If you purchase a license relatively close to an upgrade becoming available, a bigger discount is applied. (View Post) -
Re: Change display delay (in Dumpcontainer) between each step of a loop in real time
Given that your query is synchronous, you must set the IsMultithreaded property on the buttons to true if you want their click events to fire while the query is still running. Keep in mind that event… (View Post)