I'm trying to use the c# interactive window to quickly test some of my code.
I run into troubles when I try to test code related with DbContext (EF6)....I understand that I need to pass the connection string since the interactive window won't load the App...