[Mono-bugs] [Bug 70506][Wis] Changed - Exception from mcs when output assembly name has no extension

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 13 Dec 2004 10:42:31 -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 nazgul@omega.pl.

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

--- shadow/70506	2004-12-13 09:59:03.000000000 -0500
+++ shadow/70506.tmp.9487	2004-12-13 10:42:31.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 70506
 Product: Mono: Compilers
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: nazgul@omega.pl               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -41,6 +41,14 @@
 
 Expected Results:
 Message, that extensiosn must be provided
 
 How often does this happen? 
 always
+
+------- Additional Comments From nazgul@omega.pl  2004-12-13 10:42 -------
+Actually, csc just outputs file with specified name, not complaining
+about lack of extension. So probably mcs should just add the proper
+extension when creating ModuleBuilder.
+The other thing is that csc's output contains module name without
+extension, but SR.Emit seems to do not allow this (neither mono nor
+MS.NET)