Page 1 of 1

bug: "private virtual" in the code-generator

Posted: Mon 27 Feb 2012 18:09
by mindplay
The code-generator outputs this for a private collection:

Code: Select all

        private virtual Iesi.Collections.Generic.ISet Items
        {
            get
            {
                return this._Items;
            }
            set
            {
                this._Items = value;
            }
        }
There is no such thing as "private virtual" - a private property should be declared as "private" and not "virtual".

Posted: Sat 03 Mar 2012 12:50
by Shalex
Thank you for your report. We will post here when the issue is fixed.

Posted: Wed 07 Mar 2012 15:46
by Shalex
The bug with adding 'virtual' key word when generating private properties of entity class is fixed. We will post here when the corresponding build of Entity Developer is available for download.

Posted: Fri 16 Mar 2012 17:49
by Shalex
New version of Entity Developer 4.3 is released!
It can be downloaded from http://www.devart.com/entitydeveloper/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=23647 .