780 questions
There is an article directly "obove" yours
https://learn.microsoft.com/en-us/ef/core/testing/testing-with-the-database
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an Asp.Net Core Web API project with integration tests. Integration tests use a SQLite database as described here - https://learn.microsoft.com/en-us/ef/core/testing/testing-without-the-database#sqlite-in-memory. But this strategy has limitations, some cases are not supported in SQLite, so I want to switch to SQL Server database. Could you suggest me ways how to do it?
There is an article directly "obove" yours
https://learn.microsoft.com/en-us/ef/core/testing/testing-with-the-database