Target .NET 8 dlls
As of September 2023 the latest LINQPad betas let one target .NET 8 preview. I read this as, "if I build a dll with .NET 8 LINQPad should be able to open them up and work with them". True?
Is there any special switch / something else I should install besides the latest preview Visual Studio that includes the latest .NET 8 SDKs? Right now if I hand an EF Core dll compiled against .NET 8 I'm not able to open / interact with it. and was wondering if I missed something silly.
Thanks!
-ben
Comments
Try the 7.8.6 beta - this includes updates to work with your own EF Core 8 contexts.
https://www.linqpad.net/linqpad7.aspx#beta
Thanks @JoeAlbahari, 7.8.6 worked exactly as I expected, my EF Core context was recognized and I could start querying against it.
Thanks!