stevie1706
stevie1706
Thanks Cain, unfortunately they do need to be scoped as our service layer is expecting a scoped database context. However, I will try out your SessionCreated method and see if...
Just letting you know what you suggested worked fine. Thanks again.
Thanks Jon that helped a lot - will try it out and report back. Appreciate the help.
Hi @JonathanMagnan , I tried the following basic test fixture. In the hope that the context factory would be called multiple times based on number of tests being run. The...
Thanks @JonathanMagnan - reproducing the issue helped me figure out what was wrong. I think I just needed a static instance of a class to hold the relevant db names....