[Mono-bugs] [Bug 56563][Nor] Changed - We do not report CS1577 when referencing an assembly without a strongname.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 9 May 2004 15:49:02 -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 sebastien@ximian.com.

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

--- shadow/56563	2004-05-09 15:34:53.000000000 -0400
+++ shadow/56563.tmp.25014	2004-05-09 15:49:02.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 56563
 Product: Mono: Compilers
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
@@ -52,6 +52,20 @@
 Created an attachment (id=7210)
 weaklib.cs
 
 
 ------- Additional Comments From miguel@ximian.com  2004-05-09 15:34 -------
 Sebastien, I believe this is fixed, can you confirm?
+
+------- Additional Comments From sebastien@ximian.com  2004-05-09 15:49 -------
+Not fixed.
+
+At first I wasn't sure if the runtime and/or mcs was responsible for
+refuse references from strongnamed assemblies to non-strongnamed
+assemblies.
+
+I'm currently doing some strongname verification tests which seems to
+indicate that the MS runtime allows this - so this looks like a
+compile-time restriction. 
+
+So it looks like we'll have to fix this in mcs (will update soon with
+more results).