Releases: JonPSmith/EfCore.TestSupport
Releases · JonPSmith/EfCore.TestSupport
V9.0.0
- .NET 9 version
- NOTE: EnsureClean code now uses EnsuredDeleted, then EnsuredDeleted to provide a new, empty database
V8.0.1
- Only supports .NET 8 - This makes it easier to update for future NET releases
- Updated Microsoft.EntityFrameworkCore.* NuGets to 8.0.2 to remove the vulnerable Microsoft.Data.SqlClient version
8.0.0
- Simplified to one NET type. This makes it easier to update for future NET releases
- Only supports .NET 8
- Updated xunit NuGets to 2.5.3
V6.1.2
- Fixed error in
FasterPostgreSqlEnsureClean
- needed password injected
V6.0.1
Microsoft.Data.SqlClient vulnerable update
V5.2.2
Release to fix issue #48.
V5.2.1
This release supports both EF Core 5.10 and EF Core 6.0 and is an update the the 5.2.1 to fix a memory leak in the PostgreSQL EnsureClean
method.
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
to CreatePostgreSqlUniqueClassOptions
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