Releases: JonPSmith/EfCore.SchemaCompare
Releases · JonPSmith/EfCore.SchemaCompare
V9.0.0
V8.2.0
- The ExtraInDatabase errors didn't correctly say what part of the database (e.g. "Table", "Column") was extra. This is fixed.
- NOTE: If you have ignored some ExtraInDatabase errors you our old ignored ExtraInDatabase might need updating to the new (correct format) pattern.
- New boolean 'AlwaysRunStage2' in the CompareEfSqlConfig. If set to 'true', then Stage 2 will always run, even if there are non-ignored errors. See issue #38, which made me add this new feature.
V8.1.0
- New feature: Checks Json Mapping data, see README for more. Limitation that only works with the default column name
- Fixed issue #18. i.e "columns that are extra in db are not excluded" is fixed
- IEntityType is obsolete, moved to ITypeBase - see dotnet/efcore#34594
- Updated vunables NuGets System.Text.Json and Microsoft.Extensions.Caching.Memory
V8.0.4
V8.0.3
8.0.2
8.0.1
8.0.0
- Supports .NET 8
- NEW FEATURE: Now compares all EF Core database providers, but some database providers may show incorrect match errors. Thanks to users GitHub bgrauer-atacom and @lweberprb for this feature.
- BREAKING CHANGE: You need to add the Microsoft.EntityFrameworkCore.Design NuGet to the application that uses this library
8.0.0-rc2-0002
Released to check that the new feature to compare all EF Core database providers. See ReleaseNotes for more info