http://bugzilla.novell.com/show_bug.cgi?id=551623
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=551623#c6 --- Comment #6 from Tim Scott <[email protected]> 2009-11-13 17:26:08 MST --- A couple of things I have noticed. First, it does not matter whether you specify the generic param on Property. That is, both too: Map.Entity<Foo>().Property(x => x.Int) Map.Entity<Foo>().Property<int>(x => x.Int) Second, have you noticed that this one does not fail? Map.Entity<Foo>().Property(x => x.String) That seems like an important clue. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
