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

Generate Entity Framework Core model from an existing database

Results 82 EntityFrameworkCore.Generator issues
Sort by recently updated
recently updated
newest added

Noticed build workflow is failing, suffered same issue locally. This did the trick for me

Use the full name for generic types not in any of the `_defaultNamespaces` namespaces. Instead of `public NpgsqlRange ActiveWeeks { get; set; }` Generates `public NpgsqlTypes.NpgsqlRange ActiveWeeks { get; set;...