EfCore.SchemaCompare 6.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package EfCore.SchemaCompare --version 6.0.3
                    
NuGet\Install-Package EfCore.SchemaCompare -Version 6.0.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EfCore.SchemaCompare" Version="6.0.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EfCore.SchemaCompare" Version="6.0.3" />
                    
Directory.Packages.props
<PackageReference Include="EfCore.SchemaCompare" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EfCore.SchemaCompare --version 6.0.3
                    
#r "nuget: EfCore.SchemaCompare, 6.0.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EfCore.SchemaCompare@6.0.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EfCore.SchemaCompare&version=6.0.3
                    
Install as a Cake Addin
#tool nuget:?package=EfCore.SchemaCompare&version=6.0.3
                    
Install as a Cake Tool

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.

The first number in the version number of this library defines what version of EF Core it works for. e.g.

  • EfCore.SchemaCompare version 5 is works with to EF Core 5.
  • EfCore.SchemaCompare version 6 is works with to EF Core 6 ... an so on

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 Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
10.0.0 86,289 11/24/2025
9.0.0 349,942 11/21/2024
8.2.0 297,040 11/9/2024
8.1.0 106,769 10/18/2024
8.0.4 396,611 5/3/2024
8.0.3 1,373 5/1/2024 8.0.3 is deprecated because it has critical bugs.
8.0.2 13,261 4/12/2024
8.0.1 141,326 12/2/2023
8.0.0 97,349 11/21/2023
8.0.0-rc2-0002 888 10/17/2023
7.0.0 255,661 11/17/2022
6.0.3 46,433 9/10/2023
6.0.2 5,836 8/21/2023
6.0.1 1,122 7/5/2023
6.0.0 768,059 11/10/2021
6.0.0-preview001 576 10/29/2021
5.1.4 181,455 2/26/2021
5.1.3 85,748 2/10/2021
5.1.2 1,353 2/8/2021
5.1.1 1,227 2/3/2021
Loading failed

Fix to issue #21, but now catches "Not In Database" errors, as seen in issue #25