You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
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}"
The text was updated successfully, but these errors were encountered:
- 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
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
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}"
The text was updated successfully, but these errors were encountered: