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
Dave Warry created an issue — 19th May 2011, 1:07:17:
See the attached failing test.
Class A has two properties (Name, ExtraId) mapped within a group. Retrieving an instance of A returns an instance without these properties being set.
Some preliminary debugging shows that two instances of A are being created by the call to Session.Get(). The first is being correctly inititalised; the second (which is the instance actually returned) isn't.