cancel
Showing results for 
Search instead for 
Did you mean: 

.net core 3.1 Integration testing with in memory DB provider.

.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 !!

CariceHouten
Member
1 REPLY 1

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.

Cooper
Member