Where is the dll file compiled using Linqpad on Mac?
I wonder what location the DLL
file compiled in using Linqpad on Mac is.
Where is the dll file compiled using Linqpad on Mac?
I wonder what location the DLL
file compiled in using Linqpad on Mac is.
Where is the dll file compiled using Linqpad on Mac?
I wonder what location the DLL
file compiled in using Linqpad on Mac is.
Where is the dll file compiled using Linqpad on Mac?
I wonder what location the DLL
file compiled in using Linqpad on Mac is.
Password missing in LinqPad8 connection string
I’m trying to reuse the connection string from LINQPad 8 in my own code. I’m using the following line to get the connection string:
Read ConfigurationManager.AppSettings for LinqPad 8
i have a problem with the read of configurationmanager.appsettings, i want to debug with LINQPad 8 a program with a DLL library that i create.
The problem is that the DLL library take a URL of a webserver from the config file (app.config if is a desktop software or web.config if it’s a web app) but i don’t know how to do this in linqpad 8.
How do I connect LinqPad to an EF Core model when the DbContext has extra constructor parameters?
I have an EF Core model, and have been using that successfully from LinqPad for a while. The context class is fairly standard, with an additional constructor and configuring method added to ease usage with LinqPad…