I want to read a connectionstring property from an appsettings.json file added to a .NET CORE class library.
How can I do this?
There exist many solution concerning an asp.net core project.
But this is not what I want!
I need to read a connectionstring from my integrationTests project for the creation of the entity framework context to insert test data.