[Mono-bugs] [Bug 56621][Nor] New - MS AssemblyBuilder doesn't build delay-signed assemblies
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 7 Apr 2004 10:17:37 -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=56621
--- shadow/56621 2004-04-07 10:17:37.000000000 -0400
+++ shadow/56621.tmp.27114 2004-04-07 10:17:37.000000000 -0400
@@ -0,0 +1,61 @@
+Bug#: 56621
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: sebastien@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: MS AssemblyBuilder doesn't build delay-signed assemblies
+
+Description of Problem:
+Microsoft version of AssemblyBuilder doesn't seems to like building
+delay-signed assemblies.
+
+
+Steps to reproduce the problem:
+1. Compile the six attached files (.tar.gz)
+2. Compare the results between CSC, MCS (mono), MCS (ms)
+
+
+Actual Results:
+Results with MCS on Microsoft runtime
+
+sn1.cs SUCCESS
+sn2.cs CS1548 - with an explaination about delay-signing
+sn3.cs CS1548 - normal
+sn4.cs CS1548 - with an explaination about delay-signing
+sn5.cs CS1606 - normal
+sn6.cs CS1548 - with an explaination about delay-signing
+
+
+Expected Results:
+This is the results with
+- CSC, and
+- MCS on Mono's runtime.
+
+sn1.cs SUCCESS
+sn2.cs SUCCESS
+sn3.cs CS1548
+sn4.cs SUCCESS
+sn5.cs CS1606
+sn6.cs SUCCESS
+
+
+How often does this happen?
+Always
+
+
+Additional Information:
+- Patch new_codegen.diff from bug #56564 must be applied to get the same
+results.
+- While this affects MCS it's possible the fix will be limited to changes
+in the class library.