[Mono-bugs] [Bug 55318][Nor] Changed - Invalid error CS0214 when compiling unsafe code in an unsafe context
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 11 Mar 2004 12:18:28 -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 gert.driesen@pandora.be.
http://bugzilla.ximian.com/show_bug.cgi?id=55318
--- shadow/55318 2004-03-11 11:56:38.000000000 -0500
+++ shadow/55318.tmp.4041 2004-03-11 12:18:28.000000000 -0500
@@ -38,6 +38,12 @@
------- Additional Comments From miguel@ximian.com 2004-03-11 11:56 -------
This is a bug on the Microsoft C# compiler; The specification for
the C# language states that interfaces that expose unsafe members
must use the 'unsafe' modifier.
It would be useful to report that to Microsoft.
+
+------- Additional Comments From gert.driesen@pandora.be 2004-03-11 12:18 -------
+Thanks, I'll report this to MS.
+
+Is there a list in cvs of discovered issues in csc or .NET in
+general, so we can report these to MS ?