[Mono-bugs] [Bug 551623] "Attempting to JIT compile method" When Using Expressions

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Nov 13 19:26:16 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=551623

User tscott at lunaversesoftware.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=551623#c6





--- Comment #6 from Tim Scott <tscott at lunaversesoftware.com>  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.


More information about the mono-bugs mailing list