msawczyn / EFDesigner

Entity Framework visual design surface and code-first code generation for EF6, Core and beyond
MIT License
363 stars 60 forks source link

Table schemas are not being used #289

Closed bapowell closed 3 years ago

bapowell commented 3 years ago

Everywhere in generated code, including migration scripts, instead of the schema name itself (as entered in the Entity's "Database Schema" property in the diagram) being inserted into the table definition, this is what's showing up:

"{modelClass.DatabaseSchema}"

msawczyn commented 3 years ago

Thanks for the report.

Darn dollar signs 🤦

msawczyn commented 3 years ago

Released in v3.0.7