Skip to content

Commit

Permalink
Added extension reference for Entity Framework Ruler (#4152)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Vickers <ajcvickers@hotmail.com>
  • Loading branch information
R4ND3LL and ajcvickers authored Nov 23, 2022
1 parent b3af2c0 commit d81aa41
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions entity-framework/core/extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,19 @@ For EF Core: 6.

[GitHub repository](https://github.com/AinoraZ/EFCore.IncludeBuilder) | [NuGet](https://www.nuget.org/packages/Ainoraz.EFCore.IncludeBuilder/)

### Entity Framework Ruler

Adds design-time customization of the reverse engineered model including:

- Class, property and navigation naming
- Skipping the scaffolding of any schema, table, or column.
- Overriding property types, especially for enums.
- EF6 EDMX support, providing a smooth 3-step upgrade path from EF6 to EF Core.

For EF Core: 6, 7.

[GitHub repository](https://github.com/R4ND3LL/EntityFrameworkRuler/) | [CLI Tool NuGet](https://www.nuget.org/packages/EntityFrameworkRuler/) | [Design NuGet](https://www.nuget.org/packages/EntityFrameworkRuler.Design/)

## API Integrations

These packages are designed to integrate directly with EF Core to expose various APIs.
Expand Down

0 comments on commit d81aa41

Please sign in to comment.