[Mono-bugs] [Bug 72400][Cos] Changed - Runtime does not verify if method implementing interface is virtual

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Feb 2005 07:31:41 -0500 (EST)


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 vargaz@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72400

--- shadow/72400	2005-02-09 06:46:27.000000000 -0500
+++ shadow/72400.tmp.24399	2005-02-09 07:31:41.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72400
 Product: Mono: Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Mandrake 10.1 mono 1.1.3
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: WONTFIX
+Severity: Unknown
 Priority: Cosmetic
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: nazgul@omega.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -39,6 +39,12 @@
 Always
 
 ------- Additional Comments From nazgul@omega.pl  2005-02-09 06:46 -------
 Created an attachment (id=14147)
 IL containing invalid Foo method
 
+
+------- Additional Comments From vargaz@gmail.com  2005-02-09 07:31 -------
+The runtime does not verify a lot of things about loaded methods. We
+hope to have a built-in verifier some time in the future, but not likely
+in the near future. You should use the MS PEVerify tool to verify 
+assemblies.