EntityFramework-Reverse-POCO-Code-First-Generator icon indicating copy to clipboard operation
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard

EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the...

Results 149 EntityFramework-Reverse-POCO-Code-First-Generator issues
Sort by recently updated
recently updated
newest added

Hi There, I used the POCO lovingly with v2.35.0. Now I had some problems when i want to use a **new version(3.1.3)** of POCO for .NET Core. I will explain...

bug

I ran into this RPG problem affecting the number of 'properties' generated for the entity; one of the properties is generated 4 times (i.e.: ScenarioId1, ScenarioId2, ... ScenariodId4). The setup...

Hi Simon, I have a .NET CORE 5 project with a .tt file targeting "Settings.DatabaseType= DatabaseType.PostgreSQL;" and trying to use EfCore5 v5.0.6 to create DBContext + Domain classes from an...

Hi, I am working on another small project, where the tabels are split into multiple schemas. The class names are prepend with the schema name using the setting below, but...

help wanted

Creating a table ```sql -- ****************** SqlDBM: Microsoft SQL Server ****************** -- ****************************************************************** -- ************************************** camo.LifeCode CREATE TABLE camo.LifeCode ( ID int IDENTITY (1, 1) NOT NULL , Type tinyint...

To investigate

I have old SQL Server 2005 database and i cannot modify it it any way. I'm trying to generate stored procedure call for one of the SPs, but i have...

How I could use the reverse poco generator on SQL database that uses Azure MFA as it’s authentication method? When I attempt to access the database I receive the following...

enhancement
To investigate

I have started generating the schema from my model for the first time (Previously this was handled independently) and I have realised that no indexes are annotated in the configs....

I have a table with a Version column, defined as a timestamp column. (I know its deprecated, but this is older framework) ```sql CREATE TABLE [dbo].[Table] ( [RecordTimeStamp] [datetime] NOT...

bug

Instead of generating standard enums, will it be possible to generate enumeration classes as discussed here: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types

enhancement