Skip to content

v3.0.8

Choose a tag to compare

@sjh37 sjh37 released this 18 Nov 23:15
· 539 commits to master since this release

Version 3 is finally here

Re-written from the ground up, and years in the making.

Now supports

  • Entity Framework .NET Core 3
  • Entity Framework .NET Core 2
  • Entity Framework 6
  • {{Mustache}} Templates. Now it's easy to alter the code generation templates. V3 now supports your own custom templates.
  • Multi context generation in a single go (Enterprise feature)
  • No more editing T4 ttinclude files. Now you can edit the generator within a C# project, and have the EF.Reverse.POCO.v3.ttinclude generated for you.
  • SQL Server
  • SQL CE
  • Custom database support provider via Plugin