ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
C#MIT
Issues
- 0
Remove support for EF Core 6 and 7
#2476 opened by ErikEJ - 0
Add DAB command file creation option to CLI
#2514 opened by ErikEJ - 8
Add support for numeric RowVersions (EF8 only)
#2485 opened by jwyza-pi - 3
EF Tools while reverse engineering Oracle schema is not enumerating Function objects.
#2469 opened by HowardFedTec - 1
Add DataVerse reveng enhancements to EF Core 8+9
#2516 opened by ErikEJ - 19
PostgreSQL procedures are not generated in code
#2492 opened by onurbural - 9
Can't reverse engineer functions from dacpac
#2477 opened by vytautasziurlis - 3
Add rev eng support for EF Core 9
#2496 opened by ErikEJ - 23
T4 Template Local Assembly Path Suddenly Broken?
#2467 opened by sunnylarr - 2
Mark file with <auto-generated> message
#2504 opened by herianp - 4
Add support for complex types
#2507 opened by edavis1993 - 0
Publish new Dacpac nuget
#2508 opened by ErikEJ - 0
Add modelling support for EF Core 9
#2495 opened by ErikEJ - 0
Check for undocumented options
#2494 opened by ErikEJ - 0
Add Tool build / zip to vsix build
#2483 opened by ErikEJ - 0
Warn on .dacpac reveng if CodeAnalysis is not enabled
#2486 opened by ErikEJ - 0
Add 2478 to release notes
#2482 opened by ErikEJ - 4
Reverse Engineer option not displaying
#2500 opened by JosephWJMaxwell - 6
The file efpt.config.json keeps being overwritten.
#2501 opened by ileadingpoint - 2
- 4
- 3
- 1
ComplexType
#2493 opened by wzuqui - 0
Update to MDS 5.2.2
#2479 opened by ErikEJ - 3
UseSchemaFolders + UseSchemaNamespaces works for Entities, not for Configurations (mappings)
#2470 opened by hidegh - 2
Table valued parameter (TVP) throwing errors: `System.InvalidOperationException: The parameter for the DbFunction has an invalid type 'DataTable'. Ensure the parameter type can be mapped by the current provider.`
#2484 opened by Aspyryan - 5
Data API scaffold builder fails
#2468 opened by jovball - 2
No Default Constructor
#2480 opened by JimF42 - 14
Error: Could not open options file: dabbuilder
#2459 opened by emiliosanchis - 8
Add "Entity" suffix to models generated from tables using efpt.renaming.json while keeping default logic for stored procedures
#2452 opened by contione - 9
Stored Procedure mapping issues
#2474 opened by startovernow - 0
Support CDATA with N' prefix for comments in .dacpac
#2475 opened by ErikEJ - 2
Sign package with sign CLI
#2444 opened by ErikEJ - 2
Generate README with warnings
#2472 opened by saigkill - 0
Add SQL formatter to Powrr Pack
#2457 opened by ErikEJ - 5
Disable pluralisation in power tools cli
#2471 opened by saigkill - 3
Question: Can i Comment fields that were in generation v1 and preserve the comments in regeneration of entities in v2?
#2466 opened by mwardell-Katmai - 2
- 6
Problem with executing stored procedure
#2455 opened by heroult - 0
Data API Builder improvements
#2448 opened by ErikEJ - 1
Doc DAB internal CLI
#2456 opened by ErikEJ - 8
Renaming with efpt.renaming.json doesn't work if "Use table and column name directy from the database" is checked
#2454 opened by UseMuse - 6
Improvements in generating calls for stored procedures
#2453 opened by danutbelu - 4
Possible to use T4 to change the access modifier on the DbContext partial for the Stored Procedure generated code?
#2450 opened by GET-Paul - 2
it can't detect columns of my complex stored procedure
#2451 opened by msalimMLG - 4
- 0
Dab follow up
#2446 opened by ErikEJ - 7
Errors every time when connecting to localDB in a code first VS2020 blazor web app project.
#2447 opened by DrHoneyBear - 5
- 3
Option "Prefer async calls" is missing
#2445 opened by JimF42