EntityFrameworkCore.Generator
EntityFrameworkCore.Generator copied to clipboard
Generate Entity Framework Core model from an existing database
Bumps [Pomelo.EntityFrameworkCore.MySql](https://github.com/PomeloFoundation/Pomelo.EntityFrameworkCore.MySql) from 8.0.0 to 8.0.1. Release notes Sourced from Pomelo.EntityFrameworkCore.MySql's releases. 8.0.1 This release is compatible with .NET 8.0, EF Core 8.0, MySQL 8.0, MariaDB 11.2/11.1/11.0/10.11/10.10/10.6/10.5/10.4 and MySqlConnector 2.3.5....
Bumps [YamlDotNet](https://github.com/aaubry/YamlDotNet) from 15.1.1 to 15.1.2. Release notes Sourced from YamlDotNet's releases. Release 15.1.2 Merge pull request #912 from EdwardCooke/ec-732 Fixed #732, quote strings starting with whitespace characters Commits 7ae209b...
.Net & EF don't handle UTC date/time columns correctly out of the box. By default all date/time objects are created in .Net using `DateTimeKind.Local`. This request: - allows the definition...
Love the fact that navigation property renames are now supported! However, ran into an issue where self-referencing relationships' names were not preserved. I've attached a sample project with an SQLite...
I am using `efg` version `5.0.935`, my database is `postgresql` and the property naming convention is `snake_case`, but when generate by `efg`, all properties changed to `PascalCase`, can I change...
This adds the ability to define global behaviors to support foreign key delete rules such as `Cascade`, `Set Null`, `No Action`, and `Set Default`. **EFG Configuration** ``` mapping: namespace: "{Project.Namespace}.Domain.EntityConfiguration"...
My database tables are all uppercase, but only the initial letters generated are uppercase
Bumps Oracle.EntityFrameworkCore from 8.21.121 to 8.23.40. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
`SourceSyncronizer` matches entities based on [table name and schema](https://github.com/loresoft/EntityFrameworkCore.Generator/blob/83aa54cf289d29a28bfc073df6c1ecdd46f9bcb2/src/EntityFrameworkCore.Generator.Core/Parsing/SourceSynchronizer.cs#L105), but if the table uses a History table, the entity in `generatedContext` is the history table so it's not correctly matched