.Net 8 XUnit: Different service implementation for unit testing
I’m working on a .Net 8 API and I’m currently creating tests, and my concern is about mocking the connection to the MySql database.
I’m working on a .Net 8 API and I’m currently creating tests, and my concern is about mocking the connection to the MySql database.