I'm writing the code for our integration suite and using this example: integration tests dotnet core
I'm trying to implement the piece that allows for a real db to be used in the tests, but I keep getting the error that Configuration does not contain a definition for GetConnectionString
Also when I just type Configuration these are the methods that appear:
Do I maybe have the wrong Configuration referenced or something?