sjh37 / EntityFramework-Reverse-POCO-Code-First-Generator

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 code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
https://www.reversepoco.co.uk/
Other
700 stars 230 forks source link

Option for including seed data #794

Open sjh37 opened 1 year ago

sjh37 commented 1 year ago

Create a List<string> option that list table names to include seed data for in the generated DbContext. This is useful for quickly setting up new databases.

Consider FakeDbContext seed data for easy unit testing.