What is DefaultableList replaced by in latest version?
31 views
Skip to first unread message
John S
unread,
May 10, 2012, 3:16:37 PM5/10/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fluent NHibernate
Hi, We were using the DefaultableList<T> class' HasUserDefined
method. It is no longer available in the latest version. I went
through github code and noticed it was removed in an August 2011 code
base. Specifically between commit hashes:
f3186cba6182178c01377f7218df21317ca577de and
c24de5a65874a5c9e812395cd491eab0fd79d2e9.
What replaces this call in the latest version?
An example of what we had is:
my_IAcceptanceCriteria_PropertyInspector.Expect(c =>
c.Columns.HasUserDefined());