[Mono-bugs] [Bug 56828][Nor] New - [PATCH] mcs does not pre-load same assemblies than csc

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 12 Apr 2004 05:16:11 -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 gert.driesen@pandora.be.

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

--- shadow/56828	2004-04-12 05:16:10.000000000 -0400
+++ shadow/56828.tmp.11419	2004-04-12 05:16:10.000000000 -0400
@@ -0,0 +1,25 @@
+Bug#: 56828
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [PATCH] mcs does not pre-load same assemblies than csc
+
+mcs currently does not preload the same assemblies that csc does, as a 
+result some code that compiles on csc without additional assembly 
+references will fail on Mono.
+
+Is this the behaviour that we want ?
+
+I attached a patch that "corrects" this.