EntityFrameworkRuler.Design 1.0.13

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.Design --version 1.0.13
NuGet\Install-Package EntityFrameworkRuler.Design -Version 1.0.13
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.Design" Version="1.0.13">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EntityFrameworkRuler.Design --version 1.0.13
#r "nuget: EntityFrameworkRuler.Design, 1.0.13"
#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.Design as a Cake Addin
#addin nuget:?package=EntityFrameworkRuler.Design&version=1.0.13

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

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 rules as per a json file stored in the project folder. Rules can be tweaked by hand, or fully generated from an EDMX (from old Entity Framework) or the current Reverse Engineered model.

EF Ruler provides a smooth upgrade path from EF6 to EF Core by generating rules from the EDMX, and applying them directly in the scaffold process.

Simply reference this package from the target EF project, and execute the "dotnet-ef dbcontext scaffold" command using CLI. The customizations will be applied in line with the scaffolding process.

For more information on generating the rules, see EDMX Ruler.

Currently supports EF 6 & EF 7, but requires that the project is targeting NET 6 or NET 7 respectively.

** This project is under heavy development and expansion. Check back often, and report feedback to the GitHub Issues page: https://github.com/R4ND3LL/EntityFrameworkRuler/issues

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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 is compatible.  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. 
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 120 5/2/2024
1.3.44 49 5/2/2024
1.3.43 52 5/2/2024
1.3.42 49 5/2/2024
1.3.40 140 4/4/2024
1.3.9-alpha.0.1 48 4/4/2024
1.3.8 109 3/21/2024
1.3.7 99 3/21/2024
1.3.6 235 12/19/2023
1.3.5 138 11/29/2023
1.3.4 127 11/18/2023
1.2.40 234 10/26/2023
1.2.39 119 10/25/2023
1.2.38 115 10/24/2023
1.2.37 98 10/23/2023
1.2.36 443 7/17/2023
1.2.34-alpha.0.2 75 7/14/2023
1.2.33 138 7/12/2023
1.2.30 118 6/22/2023
1.2.30-alpha.0.1 64 6/21/2023
1.2.29-alpha.0.1 63 6/20/2023
1.2.28 125 6/20/2023
1.2.27 980 4/18/2023
1.2.26 330 3/23/2023
1.2.25 215 3/16/2023
1.2.22 198 3/7/2023
1.2.21 170 3/6/2023
1.2.21-alpha.0.4 83 3/6/2023
1.2.19 242 2/14/2023
1.2.19-alpha.0.4 91 2/14/2023
1.2.17 269 1/31/2023
1.2.16 290 1/27/2023
1.2.15 258 1/27/2023
1.2.14 265 1/26/2023
1.2.13 312 1/25/2023
1.2.10 284 1/25/2023
1.2.9 289 1/25/2023
1.2.8 269 1/25/2023
1.2.7 261 1/24/2023
1.2.6 261 1/24/2023
1.2.5 246 1/24/2023
1.2.4 275 1/18/2023
1.2.3 258 1/17/2023
1.2.3-alpha.0.1 98 1/9/2023
1.2.2 257 1/9/2023
1.2.1-alpha.0.2 103 1/6/2023
1.2.0 278 1/5/2023
1.1.8-alpha.0.16.4 98 1/5/2023
1.1.8-alpha.0.16.2 106 1/5/2023
1.1.8-alpha.0.16.1 101 1/5/2023
1.1.8-alpha.0.16 109 1/5/2023
1.1.8-alpha.0.15 106 1/4/2023
1.1.7 297 12/14/2022
1.1.6-alpha.0.5 96 12/14/2022
1.1.6-alpha.0.4 85 12/13/2022
1.1.6-alpha.0.2 94 12/13/2022
1.1.6-alpha.0.1 88 12/13/2022
1.1.5 312 12/9/2022
1.1.3 285 12/8/2022
1.1.3-alpha.0.2 84 12/8/2022
1.1.3-alpha.0.1 85 12/8/2022
1.1.2 274 12/8/2022
1.1.1 263 12/7/2022
1.1.0 293 12/6/2022
1.0.29-alpha.0.50 93 12/6/2022
1.0.29-alpha.0.48 91 12/6/2022
1.0.29-alpha.0.22 97 11/30/2022
1.0.28 296 11/18/2022
1.0.27 288 11/18/2022
1.0.26 322 11/18/2022
1.0.25 320 11/18/2022
1.0.22 317 11/17/2022
1.0.21 319 11/17/2022
1.0.20 304 11/16/2022
1.0.20-alpha.0.2 97 11/16/2022
1.0.20-alpha.0.1 89 11/16/2022
1.0.19 286 11/16/2022
1.0.18 287 11/16/2022
1.0.17-alpha.0.2 86 11/16/2022
1.0.17-alpha.0.1 103 11/15/2022
1.0.16 329 11/15/2022
1.0.16-alpha.0.2 94 11/15/2022
1.0.14-alpha.0.17 101 11/15/2022
1.0.13 309 11/15/2022
1.0.10 384 11/14/2022