Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Table schemas are not being used #289

Closed
bapowell opened this issue May 24, 2021 · 2 comments
Closed

Table schemas are not being used #289

bapowell opened this issue May 24, 2021 · 2 comments
Labels
bug Confirmed bug released Issue is resolved in a current release
Projects
Milestone

Comments

@bapowell
Copy link

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 msawczyn added the investigating Looking into this label May 31, 2021
@msawczyn msawczyn added this to Enhancement Requests in EFDesigner via automation May 31, 2021
@msawczyn msawczyn moved this from Enhancement Requests to Bug Reports in EFDesigner May 31, 2021
@msawczyn
Copy link
Owner

msawczyn commented Jun 2, 2021

Thanks for the report.

Darn dollar signs 🤦

@msawczyn msawczyn added this to the 3.0.7 milestone Jun 2, 2021
@msawczyn msawczyn added bug Confirmed bug pending release Issue is resolved in the current codebase, will be published with the next release and removed investigating Looking into this labels Jun 2, 2021
@msawczyn msawczyn moved this from Bug Reports to Done in EFDesigner Jun 2, 2021
msawczyn added a commit that referenced this issue Jul 9, 2021
   - Fixed a number of issues with importing compiled assemblies
   - Fixed coloring of cascade delete associations when flagged on the model (see #291)
   - Fixed missing '$' in generator template that was generating bad code for table schemas (see #289)
   - Restored auto-instantiation of dependent objects in entity constructors (see #287)
   - Added Microsoft.VisualStudio.Modeling.Components.15.0.dll to DslPackage assembly (see #293)
@msawczyn msawczyn added released Issue is resolved in a current release and removed pending release Issue is resolved in the current codebase, will be published with the next release labels Oct 10, 2021
@msawczyn
Copy link
Owner

Released in v3.0.7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Confirmed bug released Issue is resolved in a current release
Projects
EFDesigner
  
Done
Development

No branches or pull requests

2 participants