Skip to content

Integration tests sample for ASP.NET 3.0 with EF Core 3.0

Notifications You must be signed in to change notification settings

stevo-knievo/IntegrationTestsSample

Repository files navigation

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.

About

Integration tests sample for ASP.NET 3.0 with EF Core 3.0

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published