Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 687 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 687 Bytes

Integration tests in ASP.NET Core 3.0 and EF Core

The reason for this repo is to show the issue with the integration test on the latest .NET Core 3.0 together with EF Core.

The Application is using the SQLite DB provider and the integration test should use the InMemory DB provider from EF Core. The integration test is following Microsoft documentation "Integration tests in ASP.NET Core" which shows the approach of how to use a customize the WebApplicationFactory.