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 68 5/2/2024
1.3.44 46 5/2/2024
1.3.43 49 5/2/2024
1.3.42 46 5/2/2024
1.3.40 127 4/4/2024
1.3.9-alpha.0.1 47 4/4/2024
1.3.8 106 3/21/2024
1.3.7 98 3/21/2024
1.3.6 229 12/19/2023
1.3.5 135 11/29/2023
1.3.4 124 11/18/2023
1.2.40 230 10/26/2023
1.2.39 118 10/25/2023
1.2.38 114 10/24/2023
1.2.37 97 10/23/2023
1.2.36 426 7/17/2023
1.2.34-alpha.0.2 74 7/14/2023
1.2.33 137 7/12/2023
1.2.30 117 6/22/2023
1.2.30-alpha.0.1 63 6/21/2023
1.2.29-alpha.0.1 62 6/20/2023
1.2.28 124 6/20/2023
1.2.27 958 4/18/2023
1.2.26 327 3/23/2023
1.2.25 214 3/16/2023
1.2.22 197 3/7/2023
1.2.21 169 3/6/2023
1.2.21-alpha.0.4 82 3/6/2023
1.2.19 241 2/14/2023
1.2.19-alpha.0.4 90 2/14/2023
1.2.17 268 1/31/2023
1.2.16 289 1/27/2023
1.2.15 257 1/27/2023
1.2.14 264 1/26/2023
1.2.13 310 1/25/2023
1.2.10 283 1/25/2023
1.2.9 288 1/25/2023
1.2.8 268 1/25/2023
1.2.7 260 1/24/2023
1.2.6 260 1/24/2023
1.2.5 245 1/24/2023
1.2.4 274 1/18/2023
1.2.3 257 1/17/2023
1.2.3-alpha.0.1 97 1/9/2023
1.2.2 255 1/9/2023
1.2.1-alpha.0.2 102 1/6/2023
1.2.0 277 1/5/2023
1.1.8-alpha.0.16.4 97 1/5/2023
1.1.8-alpha.0.16.2 105 1/5/2023
1.1.8-alpha.0.16.1 100 1/5/2023
1.1.8-alpha.0.16 108 1/5/2023
1.1.8-alpha.0.15 105 1/4/2023
1.1.7 296 12/14/2022
1.1.6-alpha.0.5 95 12/14/2022
1.1.6-alpha.0.4 84 12/13/2022
1.1.6-alpha.0.2 93 12/13/2022
1.1.6-alpha.0.1 87 12/13/2022
1.1.5 310 12/9/2022
1.1.3 284 12/8/2022
1.1.3-alpha.0.2 83 12/8/2022
1.1.3-alpha.0.1 84 12/8/2022
1.1.2 273 12/8/2022
1.1.1 262 12/7/2022
1.1.0 292 12/6/2022
1.0.29-alpha.0.50 92 12/6/2022
1.0.29-alpha.0.48 90 12/6/2022
1.0.29-alpha.0.22 96 11/30/2022
1.0.28 295 11/18/2022
1.0.27 287 11/18/2022
1.0.26 321 11/18/2022
1.0.25 319 11/18/2022
1.0.22 316 11/17/2022
1.0.21 318 11/17/2022
1.0.20 303 11/16/2022
1.0.20-alpha.0.2 96 11/16/2022
1.0.20-alpha.0.1 88 11/16/2022
1.0.19 285 11/16/2022
1.0.18 286 11/16/2022
1.0.17-alpha.0.2 85 11/16/2022
1.0.17-alpha.0.1 102 11/15/2022
1.0.16 328 11/15/2022
1.0.16-alpha.0.2 93 11/15/2022
1.0.14-alpha.0.17 100 11/15/2022
1.0.13 308 11/15/2022
1.0.10 382 11/14/2022