[Mono-bugs] [Bug 463303] Missing method exception on valid assembly
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Jan 3 14:09:16 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=463303
User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=463303#c1
Rodrigo Kumpera <rkumpera at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rkumpera at novell.com
Status|NEW |ASSIGNED
--- Comment #1 from Rodrigo Kumpera <rkumpera at novell.com> 2009-01-03 12:09:15 MST ---
The issue here is that vbnc doesn't follow the same pattern as mcs for
interface inheritance.
interface IBase
interface IDerived : IBase
interface IDerivedDerived : IDerived
vbnc generates an IDerivedDerived that only implements IDerived while mcs
generates one tha implements both IBase and IDerived.
This inconsistency should not stop mono from finding the resulting interface.
The fix is quite simple and I'm working on it.
--
Configure bugmail: https://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