File tree 1 file changed +13
-0
lines changed
entity-framework/core/extensions
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,19 @@ For EF Core: 6.
329
329
330
330
[ GitHub repository] ( https://github.com/AinoraZ/EFCore.IncludeBuilder ) | [ NuGet] ( https://www.nuget.org/packages/Ainoraz.EFCore.IncludeBuilder/ )
331
331
332
+ ### Entity Framework Ruler
333
+
334
+ Adds design-time customization of the reverse engineered model including:
335
+
336
+ - Class, property and navigation naming
337
+ - Skipping the scaffolding of any schema, table, or column.
338
+ - Overriding property types, especially for enums.
339
+ - EF6 EDMX support, providing a smooth 3-step upgrade path from EF6 to EF Core.
340
+
341
+ For EF Core: 6, 7.
342
+
343
+ [ 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/ )
344
+
332
345
## API Integrations
333
346
334
347
These packages are designed to integrate directly with EF Core to expose various APIs.
You can’t perform that action at this time.
0 commit comments