Rhys
Unit testing not working, doesn't hit multiple test classes
The first test class runs perfectly fine, but the second one doesnt even get hit. I cant debug or set any breakpoints as nothing is hit.
https://gyazo.com/d591331eb72b053113bf56111c719a94
11 replies
✅ .NET8 Connection String Login Failure With Dapper
I have tested my username and password in SQL server management studio and the connection works fine. But when I try using my connection string through my API, my connection string fails.
Previously this did work with .NET 6 but now creating a new project in .NET 8 it breaks. Any advice or fixes are appreciated!
19 replies