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.
using the latest version of EFc Designer (3.0.6.1), i noticed that the code relative to dependant Entity is not generated correctly. For instance, if an entity 'Patient' owns a dependant entity Address, the constructors of Patient don't include the code to create instance of Address (something like this.Address = new Address();). consequently, exceptions are generated as soon Patient.Address is used.
regards
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
Hi,
using the latest version of EFc Designer (3.0.6.1), i noticed that the code relative to dependant Entity is not generated correctly. For instance, if an entity 'Patient' owns a dependant entity Address, the constructors of Patient don't include the code to create instance of Address (something like this.Address = new Address();). consequently, exceptions are generated as soon Patient.Address is used.
regards
The text was updated successfully, but these errors were encountered: