[Mono-bugs] [Bug 56452][Wis] Changed - CS0626: extern method with no impl
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 4 Apr 2004 11:40:28 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by pcgod@gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=56452
--- shadow/56452 2004-04-04 11:29:40.000000000 -0400
+++ shadow/56452.tmp.27782 2004-04-04 11:40:28.000000000 -0400
@@ -79,6 +79,11 @@
PublicKeyToken=null because the method does_not_work has no RVA.
So, it is actually an mcs warning, and mono should really throw a
typeloadexception. I know we dont throw most of the loading
exceptions, but for something like this,i would at least expect a nice
error message.
+
+------- Additional Comments From pcgod@gmx.net 2004-04-04 11:40 -------
+Created an attachment (id=7193)
+patch which implements the warning in mcs
+