.net core 3.1 Integration testing with in memory DB provider. Has anyone experienced issues while doing it ? Problem is that always real DB from web api is being used. Somehow I am not able to override this behavior. Any help will be appreciated thanks !!
โ04-16-2021 09:31 AM
Hello,
I used to work with the query language abd sqlite schema for my university assignments. If you use the in-memory provider, it will greatly depend on your real database.
My assignment sample: https://domyhomeworkonline.net/do-my-university-assignment.php web api project.
โ10-18-2021 10:59 PM - edited โ10-18-2021 11:00 PM