EfCore.SchemaCompare
5.0.1
See the version list below for details.
dotnet add package EfCore.SchemaCompare --version 5.0.1
NuGet\Install-Package EfCore.SchemaCompare -Version 5.0.1
<PackageReference Include="EfCore.SchemaCompare" Version="5.0.1" />
paket add EfCore.SchemaCompare --version 5.0.1
#r "nuget: EfCore.SchemaCompare, 5.0.1"
// Install EfCore.SchemaCompare as a Cake Addin #addin nuget:?package=EfCore.SchemaCompare&version=5.0.1 // Install EfCore.SchemaCompare as a Cake Tool #tool nuget:?package=EfCore.SchemaCompare&version=5.0.1
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.
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 |
- Moved from EfCore.TestSupport to become a separate library
- Bitg tidy up and improve this feature
- Improvement: Support for EF Core 5 database features
- EF Core 5 - direct many-to-many
- EF Core 5 - property bag
- EF Core 5 - Same type mapped to different tables
- EF Core 5 - persistent computed column
- EF Core 5 - Entity to SQL query is marked as not checked
- New Feature: Checks Views
- Improvement: Uses IRelationalTypeMappingSource for constants - see EF Core #21731
- Bug fix: Nested Owned Type properties are tested as nullable
- Bug fix: Nested table splitting optional class properties as nullable
- Bug fix: TPH properties being nullable
- BREAKING CHANGE: Cannot compare tables/views using IgnoreCase