[Mono-bugs] [Bug 55563][Nor] Changed - None of the Mono system assemblies are strong named
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 28 Apr 2004 00:44:06 -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 spouliot@videotron.ca.
http://bugzilla.ximian.com/show_bug.cgi?id=55563
--- shadow/55563 2004-04-08 16:07:55.000000000 -0400
+++ shadow/55563.tmp.30758 2004-04-28 00:44:06.000000000 -0400
@@ -12,13 +12,13 @@
ReportedBy: gert.driesen@pandora.be
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: None of the Mono system assemblies are strong named
-OtherBugsDependingOnThis: 55919[INVALID]
+OtherBugsDependingOnThis: 55919[NOTABUG]
To ensure full compatibility with .NET, all Mono system assemblies should
be strongly named.
Right now, none of the Mono system assemblies are strongly named.
@@ -87,6 +87,13 @@
3. The Microsoft Web Service Enhancement key
Token: 31bf3856ad364e35
CVS: /mcs/class/Microsoft.Web.Services/mswse.pub
Assemblies:
Microsoft.Web.Services
+
+------- Additional Comments From spouliot@videotron.ca 2004-04-28 00:44 -------
+All public keys should match the one defined here. So we should
+generate the "right" assembly name for every assembly.
+
+Duncan should be creating new strongnames to be used for Mono
+specific assemblies (at least one for Mono.* and another for Gtk#).