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

Required string identity property is not present in the constructor #93

Closed
Cyclonit opened this issue Aug 23, 2019 · 3 comments
Closed
Labels
released Issue is resolved in a current release
Projects
Milestone

Comments

@Cyclonit
Copy link

Hi,

I have a simple class, using a string property as Identity. The following properties are set in the designer:

  • Required: True
  • Column Type: default
  • Identity Type: manual
  • Indexed: True
  • Indexed Unique: True
  • Is Identity: True

Given that the identity type is set to manual, I am expecting it to show up in the generated Constructor, such that an identity can be assigned when an instance of the class is being generated. The constructor however, does not contain this property. The create(...) method does not have the property either.

Is this working as intended? If so: Why?

@msawczyn
Copy link
Owner

msawczyn commented Aug 25, 2019 via email

@msawczyn msawczyn added the investigating Looking into this label Aug 30, 2019
@msawczyn msawczyn added pending release Issue is resolved in the current codebase, will be published with the next release and removed investigating Looking into this labels Sep 9, 2019
@msawczyn
Copy link
Owner

msawczyn commented Sep 9, 2019

This fix is in 1.3.0.5. Thanks for reporting it!

@Cyclonit
Copy link
Author

Thank you very much!

@msawczyn msawczyn added this to the 1.3.0.5 milestone Sep 18, 2019
@msawczyn msawczyn added this to Done in EFDesigner Sep 30, 2019
@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 Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
released Issue is resolved in a current release
Projects
EFDesigner
  
Done
Development

No branches or pull requests

2 participants