EntityFrameworkRuler.Editor 1.1.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package EntityFrameworkRuler.Editor --version 1.1.0
NuGet\Install-Package EntityFrameworkRuler.Editor -Version 1.1.0
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="EntityFrameworkRuler.Editor" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFrameworkRuler.Editor --version 1.1.0
#r "nuget: EntityFrameworkRuler.Editor, 1.1.0"
#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 EntityFrameworkRuler.Editor as a Cake Addin
#addin nuget:?package=EntityFrameworkRuler.Editor&version=1.1.0

// Install EntityFrameworkRuler.Editor as a Cake Tool
#tool nuget:?package=EntityFrameworkRuler.Editor&version=1.1.0

Entity Framework Ruler - Editor

Now available as a Visual Studio Extension.

Automate the customization of the EF Core Reverse Engineered model. Supported changes include:

  • Class renaming
  • Property renaming (including both primitives and navigations)
  • Type changing (useful for enum mapping)
  • Skipping non-mapped columns.
  • Forcing inclusion of simple many-to-many entities into the model.

EF Ruler applies customizations from a rule document stored in the project folder. Rules can be fully generated from an EDMX (from old Entity Framework) such that the scaffolding output will align with the old EF6 EDMX-based model.

"EF Ruler provides a smooth upgrade path from EF6 to EF Core by ensuring that the Reverse Engineered model maps perfectly from the old EDMX structure."


Upgrading from EF6 with EDMX:

  1. Install the Visual Studio Extension, right click on an EDMX and go to Convert EDMX to DB Context Rules. EDMX Converter
  2. Reference EntityFrameworkRuler.Design from the EF Core project.
  3. Run the ef dbcontext scaffold command and the design-time service will do the rest.

Initializing DB Context Rules Without an EDMX:

  1. Reference EntityFrameworkRuler.Design from the EF Core project.
  2. Run the ef dbcontext scaffold command and the design-time service will do the rest. By default, if no rule file found, a complete model is generated based on the current EF Core model. The rules can then be modified, and applied by re-running the scaffold command.

DB Context Customization and Ongoing DB Maintenance

  1. With VS Extension installed, right click on the json rules file and go to Edit DB Context Rules.
  2. Adjust the model as necessary using the editor UI.

Rule Editor


Applying Model Customizations:

  1. Reference NuGet package EntityFrameworkRuler.Design from the EF Core project. This is a Design-Time reference, meaning EF Core can use it during the scaffolding process but the assembly will NOT appear in the project build output.
  2. Run the ef dbcontext scaffold command and the design-time service will apply all changes as per the json rule file.

Adding/Removing Tables From the Model:

By default, a rule file generated from EDMX limits tables and columns to just what was in the EDMX. That way, an identical model can be generated.

If it's time to add a table or column to the model, adjust the IncludeUnknownTables/IncludeUnknownColumns flags at the relevant level.

If the database schema contains a lot of tables that you don't want to generate entities for, then enabling IncludeUnknownTables is not a good idea. Instead, manually create the table entry in the rule file (using the Editor UI) and set IncludeUnknownColumns to true. On the next scaffold, the entity and table rules will be generated fully.

You can remove entities from the model by marking the corresponding table (or column) as Not Mapped.


Entity Configuration Splitting:

The ef dbcontext scaffold command does not natively support splitting entity type configurations into separate files. Instead, all type configurations are stored in the same file as the context.

With EF7, EntityFrameworkRuler.Design can split configurations for you.

Just enable "SplitEntityTypeConfigurations" in the rule file (at the root level).


This project is under development! Check back often, and leave comments here.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed. 
.NET Framework net472 is compatible.  net48 was computed.  net481 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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.45 43 5/2/2024
1.3.44 39 5/2/2024
1.3.43 36 5/2/2024
1.3.42 40 5/2/2024
1.3.40 95 4/4/2024
1.3.9-alpha.0.1 55 4/4/2024
1.3.8 96 3/21/2024
1.3.7 90 3/21/2024
1.3.6 174 12/19/2023
1.3.5 137 11/29/2023
1.3.4 116 11/18/2023
1.2.40 131 10/26/2023
1.2.39 118 10/25/2023
1.2.38 137 10/24/2023
1.2.37 108 10/23/2023
1.2.36 199 7/17/2023
1.2.34-alpha.0.2 72 7/14/2023
1.2.33 154 7/12/2023
1.2.30 176 6/22/2023
1.2.30-alpha.0.1 62 6/21/2023
1.2.29-alpha.0.1 60 6/20/2023
1.2.28 148 6/20/2023
1.2.27 200 4/18/2023
1.2.26 243 3/23/2023
1.2.25 237 3/16/2023
1.2.22 236 3/7/2023
1.2.21 262 3/6/2023
1.2.21-alpha.0.4 75 3/6/2023
1.2.19 261 2/14/2023
1.2.19-alpha.0.4 84 2/14/2023
1.2.17 300 1/31/2023
1.2.16 296 1/27/2023
1.2.15 294 1/27/2023
1.2.14 309 1/26/2023
1.2.13 291 1/25/2023
1.2.10 316 1/25/2023
1.2.9 306 1/25/2023
1.2.8 282 1/25/2023
1.2.7 309 1/24/2023
1.2.6 302 1/24/2023
1.2.5 307 1/24/2023
1.2.4 334 1/18/2023
1.2.3 316 1/17/2023
1.2.3-alpha.0.1 93 1/9/2023
1.2.2 309 1/9/2023
1.2.1-alpha.0.2 101 1/6/2023
1.2.0 314 1/5/2023
1.1.8-alpha.0.16.4 95 1/5/2023
1.1.8-alpha.0.16.2 109 1/5/2023
1.1.8-alpha.0.16.1 109 1/5/2023
1.1.8-alpha.0.16 100 1/5/2023
1.1.8-alpha.0.15 106 1/4/2023
1.1.7 329 12/14/2022
1.1.6-alpha.0.5 90 12/14/2022
1.1.6-alpha.0.4 87 12/13/2022
1.1.6-alpha.0.2 93 12/13/2022
1.1.6-alpha.0.1 83 12/13/2022
1.1.5 304 12/9/2022
1.1.3 301 12/8/2022
1.1.3-alpha.0.2 82 12/8/2022
1.1.3-alpha.0.1 84 12/8/2022
1.1.2 292 12/8/2022
1.1.1 299 12/7/2022
1.1.0 327 12/6/2022
1.0.29-alpha.0.50 92 12/6/2022
1.0.29-alpha.0.48 87 12/6/2022
1.0.29-alpha.0.22 88 11/30/2022
1.0.28 357 11/18/2022
1.0.27 336 11/18/2022
1.0.26 353 11/18/2022
1.0.25 371 11/18/2022
1.0.22 353 11/17/2022
1.0.21 385 11/17/2022
1.0.20 364 11/16/2022
1.0.20-alpha.0.2 89 11/16/2022
1.0.20-alpha.0.1 81 11/16/2022
1.0.19 346 11/16/2022
1.0.18 347 11/16/2022
1.0.17-alpha.0.2 82 11/16/2022
1.0.17-alpha.0.1 90 11/15/2022
1.0.16 378 11/15/2022
1.0.16-alpha.0.2 87 11/15/2022
1.0.14-alpha.0.17 95 11/15/2022
1.0.14-alpha.0.9 93 11/15/2022