Microsoft.Data.SqlClient.SqlException : Cannot open database "<DATABASE>" requested by the login. The login failed. #1036
Unanswered
gabrielbergoc
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, when I run the tests in the template, they run just fine, and the integration tests create a "CleanArchitectureDb-Test" in my localdb. But after I adapted the tests to my application, I get
Why isn't my project creating the database before the tests, and the template is? I couldn't find a single divergent line of code that might cause this issue...
Or even better: how is the template project creating the database before the tests?
Beta Was this translation helpful? Give feedback.
All reactions