Releases: PawelGerr/Thinktecture.EntityFrameworkCore
Releases · PawelGerr/Thinktecture.EntityFrameworkCore
7.3.1
7.3.0
7.2.2
7.2.1
7.2.0
7.1.0
7.0.0
- [obsolete] Removing conventions is supported by EF 7 now
- [SQL Server integration testing] The database must be locked during migrations and tear down.
- SQLite doesn't need AddSchemaRespectingComponents by default
SqlServerTestDbContextProviderBuilder
doesn't set the default schema "tests" by default anymore- Implemented
SqliteTestDbContextProviderFactory
that creates new providers which operate on a clone of previously migrated database. - Removed "BulkDelete" and "BulkDeleteAsync" because EF 7 supports this feature natively.
- Added additional ITestIsolationOptions which uses
DELETE FROM
instead ofTRUNCATE