msawczyn/EFDesigner

Identity properties ignore Setter Visibility setting

alprinias opened this issue · 2 comments

It looks like the set accessor of an entity's primary key is labeled "private" even when the corresponding Property "Setter Visibility" is set to "Public".

Thanks. SetterVisibility shouldn't be available for identity properties with generated properties; that change is now in place. Manual properties now obey the setter visibility.

Dear Michael, unfortunately, with version 1.3.0.10, my string manual identity columns keep getting generated with private setters, although the properties window shows public. I saw that if I set the setter to "Internal", then in the XML shows up a "setterVisibility" attribute for that entity property, however, when I set it to public, the "setterVisibility" attribute is missing.

EDIT: Forget it, my problem, I had not changed the ttinclude, I kept using my old one... Sorry for the false alarm.