EfCore.SchemaCompare
8.0.0
See the version list below for details.
dotnet add package EfCore.SchemaCompare --version 8.0.0
NuGet\Install-Package EfCore.SchemaCompare -Version 8.0.0
<PackageReference Include="EfCore.SchemaCompare" Version="8.0.0" />
paket add EfCore.SchemaCompare --version 8.0.0
#r "nuget: EfCore.SchemaCompare, 8.0.0"
// Install EfCore.SchemaCompare as a Cake Addin #addin nuget:?package=EfCore.SchemaCompare&version=8.0.0 // Install EfCore.SchemaCompare as a Cake Tool #tool nuget:?package=EfCore.SchemaCompare&version=8.0.0
EfCore.SchemaCompare
If you are changing the schema of your database's schema outside of EF Core' migrations, say by using SQL change scripts, then this library can quickly tell you if the a specific database schema and EF Core's Model
of the database are in step. Versions below 8 this library
The first number in the version number of this library defines what version of NET framework it works for. e.g.
- EfCore.SchemaCompare version 6.?.? is works with to NET 6.
- EfCore.SchemaCompare version 7.?.? is works with to NET 7 ... an so on
WARNING: Version 8 contains a BREAKING CHANGE. You need to add the Microsoft.EntityFrameworkCore.Design NuGet to your application when using this library. This is needed as the EfCore.SchemaCompare library now supports multiple database providers does - see What database providers does it support
The EfCore.SchemaCompare library (shortened to EfSchemaCompare in the documentations) is available on NuGet as EfCore.SchemaCompare and is an open-source library under the MIT licence. See ReleaseNotes for details of changes and information on versions from EF Core 5 onwards.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net8.0
- Microsoft.EntityFrameworkCore.Relational (>= 8.0.0)
- Microsoft.EntityFrameworkCore.Sqlite (>= 8.0.0)
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.0)
- Microsoft.Extensions.Configuration.Json (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on EfCore.SchemaCompare:
Repository | Stars |
---|---|
ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
Version | Downloads | Last updated | |
---|---|---|---|
8.1.0 | 10,052 | 10/18/2024 | |
8.0.4 | 161,102 | 5/3/2024 | |
8.0.3 | 1,034 | 5/1/2024 | |
8.0.2 | 10,863 | 4/12/2024 | |
8.0.1 | 97,658 | 12/2/2023 | |
8.0.0 | 35,722 | 11/21/2023 | |
8.0.0-rc2-0002 | 793 | 10/17/2023 | |
7.0.0 | 142,609 | 11/17/2022 | |
6.0.3 | 22,618 | 9/10/2023 | |
6.0.2 | 4,041 | 8/21/2023 | |
6.0.1 | 927 | 7/5/2023 | |
6.0.0 | 558,788 | 11/10/2021 | |
6.0.0-preview001 | 378 | 10/29/2021 | |
5.1.4 | 175,669 | 2/26/2021 | |
5.1.3 | 65,377 | 2/10/2021 | |
5.1.2 | 1,115 | 2/8/2021 | |
5.1.1 | 1,012 | 2/3/2021 | |
5.1.0 | 950 | 2/2/2021 | |
5.0.1 | 2,181 | 1/2/2021 | |
5.0.0 | 1,318 | 1/2/2021 |
- Supports .NET 8
- BREAKING CHANGE: You need to add the Microsoft.EntityFrameworkCore.Design NuGet to your application that uses this library
- NEW FEATURE: Now compares all EF Core database providers, but some database providers may show incorrect match errors