LINQPad.Runtime does no detect drivers targeting "net8.0-windows"
I have a test project that puts my driver to '\Drivers\DataContext\NetCore\DriverName' folder, while my project targets net7.0-windows
driver is correctly detected, but when I switch to net8.0-windows
it is not. I'm using LINQPad.Runtime
version: 7.7.15.
https://github.com/romfir/OpenApiLINQPadDriver/tree/tests
Comments
What .NET version is the LINQPad host running under? (Help | About)
But I'm not using LINQPad to run this, I'm using
LINQPad.Runtime
nuget in dotnet project