- This repo uses the
Test Container
module for Microsoft SQL Server
- Setup integration testing for
MSSQL
and test for migrations working properly. - Test EF core queries against actual database.
- Explore patterns for configuring Test Fixtures with a base abstract class.
- Understand general configuration of Test Containers in .NET Core.
- A running instance of the docker engine via GUI or CLI to properly run the tests.
- .NET 8 SDK