[Mono-bugs] [Bug 60997][Wis] Changed - CS0626 is reported when the DllImport attribute is not found
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 29 Sep 2004 18:19:00 -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 jluke@cfl.rr.com.
http://bugzilla.ximian.com/show_bug.cgi?id=60997
--- shadow/60997 2004-09-29 17:05:44.000000000 -0400
+++ shadow/60997.tmp.21185 2004-09-29 18:19:00.000000000 -0400
@@ -142,6 +142,16 @@
Created an attachment (id=10244)
updated patch
------- Additional Comments From jluke@cfl.rr.com 2004-09-29 17:05 -------
*** Bug 67149 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From jluke@cfl.rr.com 2004-09-29 18:19 -------
+Just to clarify my earlier comment, the latest patch reports 1 CS0246
+error and 1 CS0626 error, instead of 2 CS0246 errors. It would be
+best if it did not also report CS0626, but a comment near that error
+seems to indicate we are more strict on purpose, so I left it alone
+for now.
+
+It also compiles blam, and everything else fine as far as I know. Any
+chance someone can review/approve/commit this?