CatFactory.EntityFrameworkCore icon indicating copy to clipboard operation
CatFactory.EntityFrameworkCore copied to clipboard

CatFactory package for Entity Framework Core

Results 5 CatFactory.EntityFrameworkCore issues
Sort by recently updated
recently updated
newest added

`GetGetMethod` scaffold invalid include expression when there are no navigation properties.

bug

There is an error for scaffolding _rowversion_ data type, for entity configurations the _EntityConfigurationClassBuilder_ class performs scaffolding adding length for **rowversion**.

enhancement

When we add the scalar functions to the DbContext, the parameters name use `project.GetPropertyName(parameter)` instead of `project.GetParameterName(parameter)` https://github.com/hherzl/CatFactory.EntityFrameworkCore/blob/209d2b48e71c647bd82bba639184c9c5807d54ba/CatFactory.EntityFrameworkCore/Definitions/Extensions/DbContextClassBuilder.cs#L186

bug

My current codebase use specific naming conventions, and the generated code can't match them because some of these rules are hardcoded in the `EntityFrameworkCoreProjectExtensions` class. If we replaced those extensions...

enhancement

Hello! I have a problem when using the software to generate entity framework core models. I have a table A, having two different foreign keys (key1 and key2) both referencing...

bug