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

Table wich name contains a dot gets ignored #826

Closed fguemara closed 6 months ago

fguemara commented 6 months ago

Hello,

Some of my origin database tables are named with a dot : [dbo].[abc.xyz] and they are getting ignored by the generator. How can I indicate it to reverse poco, knowing that I cannot change the table name ?

Settings.GeneratorType = GeneratorType.EfCore;
Settings.DatabaseType = DatabaseType.SqlServer;

Thanks a lot, great tool by the way.

Cheers Fayçal

sjh37 commented 6 months ago

Resolved. This will be in the next release. Replace your projects EF.Reverse.POCO.v3.ttinclude file with this latest code from EF.Reverse.POCO.v3.ttinclude