EfCore.SchemaCompare 8.0.2

dotnet add package EfCore.SchemaCompare --version 8.0.2
NuGet\Install-Package EfCore.SchemaCompare -Version 8.0.2
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="8.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EfCore.SchemaCompare --version 8.0.2
#r "nuget: EfCore.SchemaCompare, 8.0.2"
#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.
// Install EfCore.SchemaCompare as a Cake Addin
#addin nuget:?package=EfCore.SchemaCompare&version=8.0.2

// Install EfCore.SchemaCompare as a Cake Tool
#tool nuget:?package=EfCore.SchemaCompare&version=8.0.2

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 8.?.? works with to NET 8.
  • EfCore.SchemaCompare version 7.?.? works with to NET 7 ... an so

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 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. 
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
8.0.2 2,574 4/12/2024
8.0.1 43,928 12/2/2023
8.0.0 9,771 11/21/2023
8.0.0-rc2-0002 779 10/17/2023
7.0.0 104,422 11/17/2022
6.0.3 11,848 9/10/2023
6.0.2 1,783 8/21/2023
6.0.1 874 7/5/2023
6.0.0 446,908 11/10/2021
6.0.0-preview001 368 10/29/2021
5.1.4 171,883 2/26/2021
5.1.3 56,855 2/10/2021
5.1.2 1,089 2/8/2021
5.1.1 957 2/3/2021
5.1.0 918 2/2/2021
5.0.1 2,080 1/2/2021
5.0.0 1,236 1/2/2021

- Removed vulnerable NuGets
- Removed EF Core database NuGets, e.g. Microsoft.EntityFrameworkCore.SqlServer, because its uses provided DbContext