Releases: JonPSmith/EfCore.SchemaCompare
Releases · JonPSmith/EfCore.SchemaCompare
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