Linqpad 7 - using DBContext
Trying to set-up a connection to an existing project (Dotnet 6) and use the dbcontext connection method.
When pressing the choose button the select my dbcontext class, I get the following error
I then type in the class name manually, enter a connection string to my database and press Test, I get another error
In my project I'm actually using User Secrets to store the connection string, is it possible to get Linqpad 7 to use my connection string from user secrets?