[Mono-bugs] [Bug 77867][Nor] New - AssemblyBuilder allows to emit wrong assembly version

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Mar 21 15:57:21 EST 2006


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 marek.safar at seznam.cz.

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

--- shadow/77867	2006-03-21 15:57:21.000000000 -0500
+++ shadow/77867.tmp.20449	2006-03-21 15:57:21.000000000 -0500
@@ -0,0 +1,49 @@
+Bug#: 77867
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: marek.safar at seznam.cz               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: AssemblyBuilder allows to emit wrong assembly version
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+The following code is rejected by csc but not mcs because mcs uses code in
+AssemblyBuilder (create_assembly_version).
+
+Steps to reproduce the problem:
+1.
+ 
+using System.Reflection;
+
+[assembly: AssemblyVersion("1.1.1111111")]
+
+class C
+{
+	public static void Main () {}
+}
+
+Actual Results:
+
+No error.
+
+Expected Results:
+
+The version specified '1.1.1111111' is invalid'
+
+How often does this happen? 
+
+
+Additional Information:


More information about the mono-bugs mailing list