EntityFrameworkRuler.Editor
1.0.16
Prefix Reserved
See the version list below for details.
dotnet add package EntityFrameworkRuler.Editor --version 1.0.16
NuGet\Install-Package EntityFrameworkRuler.Editor -Version 1.0.16
<PackageReference Include="EntityFrameworkRuler.Editor" Version="1.0.16" />
paket add EntityFrameworkRuler.Editor --version 1.0.16
#r "nuget: EntityFrameworkRuler.Editor, 1.0.16"
// Install EntityFrameworkRuler.Editor as a Cake Addin #addin nuget:?package=EntityFrameworkRuler.Editor&version=1.0.16 // Install EntityFrameworkRuler.Editor as a Cake Tool #tool nuget:?package=EntityFrameworkRuler.Editor&version=1.0.16
Entity Framework Ruler
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 couldn't be simpler:
- The the CLI tool to analyze the EDMX for all customizations and generate the rules.
- Discard the EDMX (optional of course).
- Reference EntityFrameworkRuler.Design from the EF Core project and run the ef dbcontext scaffold command.
Done.
Applying the Model Customizations:
There are two options for applying the rules to a DB context model:
- Simply reference EntityFrameworkRuler.Design from the EF Core project. Proceed with CLI scaffolding (as mentioned above). EntityFrameworkRuler.Design is a Design-Time reference package, meaning EF Core can use it during the scaffolding process to customize the generated model, but the assembly will NOT appear in the project build output. It can't get more automated than this.
- Use the CLI tool to apply changes to an already generated EF Core model. This approach uses Roslyn to apply code changes. The code analysis is reliable, but for very large models this option can take a minute.
Road Map:
- EF Power Tools built-in support.
- Editor library to manage the rules and edit the EF Core model structure with a UI.
This project is under development! Check back often, and leave comments here.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows7.0 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
-
net6.0-windows7.0
- No dependencies.
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.48 | 94 | 9/28/2024 |
1.3.46 | 126 | 8/27/2024 |
1.3.46-alpha.0.1 | 51 | 8/27/2024 |
1.3.45 | 86 | 5/2/2024 |
1.3.44 | 67 | 5/2/2024 |
1.3.43 | 63 | 5/2/2024 |
1.3.42 | 75 | 5/2/2024 |
1.3.40 | 124 | 4/4/2024 |
1.3.9-alpha.0.1 | 69 | 4/4/2024 |
1.3.8 | 126 | 3/21/2024 |
1.3.7 | 114 | 3/21/2024 |
1.3.6 | 203 | 12/19/2023 |
1.3.5 | 161 | 11/29/2023 |
1.3.4 | 142 | 11/18/2023 |
1.2.40 | 162 | 10/26/2023 |
1.2.39 | 149 | 10/25/2023 |
1.2.38 | 194 | 10/24/2023 |
1.2.37 | 129 | 10/23/2023 |
1.2.36 | 222 | 7/17/2023 |
1.2.34-alpha.0.2 | 86 | 7/14/2023 |
1.2.33 | 180 | 7/12/2023 |
1.2.30 | 204 | 6/22/2023 |
1.2.30-alpha.0.1 | 74 | 6/21/2023 |
1.2.29-alpha.0.1 | 72 | 6/20/2023 |
1.2.28 | 181 | 6/20/2023 |
1.2.27 | 227 | 4/18/2023 |
1.2.26 | 268 | 3/23/2023 |
1.2.25 | 262 | 3/16/2023 |
1.2.22 | 259 | 3/7/2023 |
1.2.21 | 286 | 3/6/2023 |
1.2.21-alpha.0.4 | 86 | 3/6/2023 |
1.2.19 | 290 | 2/14/2023 |
1.2.19-alpha.0.4 | 94 | 2/14/2023 |
1.2.17 | 333 | 1/31/2023 |
1.2.16 | 330 | 1/27/2023 |
1.2.15 | 325 | 1/27/2023 |
1.2.14 | 342 | 1/26/2023 |
1.2.13 | 313 | 1/25/2023 |
1.2.10 | 343 | 1/25/2023 |
1.2.9 | 333 | 1/25/2023 |
1.2.8 | 303 | 1/25/2023 |
1.2.7 | 328 | 1/24/2023 |
1.2.6 | 324 | 1/24/2023 |
1.2.5 | 330 | 1/24/2023 |
1.2.4 | 359 | 1/18/2023 |
1.2.3 | 345 | 1/17/2023 |
1.2.3-alpha.0.1 | 109 | 1/9/2023 |
1.2.2 | 329 | 1/9/2023 |
1.2.1-alpha.0.2 | 112 | 1/6/2023 |
1.2.0 | 337 | 1/5/2023 |
1.1.8-alpha.0.16.4 | 113 | 1/5/2023 |
1.1.8-alpha.0.16.2 | 123 | 1/5/2023 |
1.1.8-alpha.0.16.1 | 126 | 1/5/2023 |
1.1.8-alpha.0.16 | 111 | 1/5/2023 |
1.1.8-alpha.0.15 | 117 | 1/4/2023 |
1.1.7 | 353 | 12/14/2022 |
1.1.6-alpha.0.5 | 101 | 12/14/2022 |
1.1.6-alpha.0.4 | 103 | 12/13/2022 |
1.1.6-alpha.0.2 | 112 | 12/13/2022 |
1.1.6-alpha.0.1 | 101 | 12/13/2022 |
1.1.5 | 326 | 12/9/2022 |
1.1.3 | 362 | 12/8/2022 |
1.1.3-alpha.0.2 | 93 | 12/8/2022 |
1.1.3-alpha.0.1 | 95 | 12/8/2022 |
1.1.2 | 318 | 12/8/2022 |
1.1.1 | 326 | 12/7/2022 |
1.1.0 | 350 | 12/6/2022 |
1.0.29-alpha.0.50 | 104 | 12/6/2022 |
1.0.29-alpha.0.48 | 98 | 12/6/2022 |
1.0.29-alpha.0.22 | 99 | 11/30/2022 |
1.0.28 | 381 | 11/18/2022 |
1.0.27 | 357 | 11/18/2022 |
1.0.26 | 375 | 11/18/2022 |
1.0.25 | 387 | 11/18/2022 |
1.0.22 | 378 | 11/17/2022 |
1.0.21 | 395 | 11/17/2022 |
1.0.20 | 384 | 11/16/2022 |
1.0.20-alpha.0.2 | 98 | 11/16/2022 |
1.0.20-alpha.0.1 | 98 | 11/16/2022 |
1.0.19 | 369 | 11/16/2022 |
1.0.18 | 376 | 11/16/2022 |
1.0.17-alpha.0.2 | 97 | 11/16/2022 |
1.0.17-alpha.0.1 | 101 | 11/15/2022 |
1.0.16 | 404 | 11/15/2022 |
1.0.16-alpha.0.2 | 104 | 11/15/2022 |
1.0.14-alpha.0.17 | 105 | 11/15/2022 |
1.0.14-alpha.0.9 | 102 | 11/15/2022 |