Releases: JonPSmith/EfCore.TestSupport
Releases · JonPSmith/EfCore.TestSupport
V8.0.1
8.0.0
V6.1.2
V6.0.1
6.0.0
V5.3.0
V5.2.2
V5.2.1
V5.2.0
This release supports both EF Core 5.10 and EF Core 6.0 and is an update the the 5.1.0 to fix a few problems and naming conventions.
- BREAKING CHANGE from 5.1.0: changed
CreatePostgreSqlUniqueDatabaseOptions
toCreatePostgreSqlUniqueClassOptions
to match other usages - Extra checks on the length of the PostgreSQL database as there is a 64 char limit
- Also improved the PostgreSQL
EnsureClean
code to make it easier for testing migrations in your tests
V5.1.0
New release to add support to EF Core 6. Changes are
- BREAKING CHANGE: Renamed DeleteAllUnitTestDatabases to DeleteAllSqlServerTestDatabases
- REMOVED obsolete methods: ...OptionsWithLogging (use ...OptionsWithLogTo), CreateEmptyViaWipe (use EnsureClean)
- NET6 Support: Updated to support both EF Core 5 and EF Core
- New Feature: Added PostgreSQL database helpers, including EnsureClean (see docs)
- Feature: Reinstated the Seed Database feature to this version due to requests from users