EfCore.SchemaCompare
5.1.2
See the version list below for details.
dotnet add package EfCore.SchemaCompare --version 5.1.2
NuGet\Install-Package EfCore.SchemaCompare -Version 5.1.2
<PackageReference Include="EfCore.SchemaCompare" Version="5.1.2" />
paket add EfCore.SchemaCompare --version 5.1.2
#r "nuget: EfCore.SchemaCompare, 5.1.2"
// Install EfCore.SchemaCompare as a Cake Addin #addin nuget:?package=EfCore.SchemaCompare&version=5.1.2 // Install EfCore.SchemaCompare as a Cake Tool #tool nuget:?package=EfCore.SchemaCompare&version=5.1.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.
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. If you are looking for the EfCore.SchemaCompare for EF Core version 2 or 3 you will find it in the EfCore.TestSupport version 3.2.0 (NOTE: This older version has most, but not all the features this version has).
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 before EF Core 5.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.EntityFrameworkCore.Design (>= 5.0.1)
- Microsoft.EntityFrameworkCore.Relational (>= 5.0.1)
- Microsoft.EntityFrameworkCore.Sqlite (>= 5.0.1)
- Microsoft.EntityFrameworkCore.SqlServer (>= 5.0.1)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.Json (>= 5.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 |
- Bug fix - looking for appsettings.json file throws an exception if it can't find the folder. See issue #3