[Mono-bugs] [Bug 60418][Nor] Changed - MCS bug with 'using' statement and unreferenced assemblies.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 18 Jun 2004 09:01:31 -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 marek.safar@seznam.cz.

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

--- shadow/60418	2004-06-18 08:46:40.000000000 -0400
+++ shadow/60418.tmp.15842	2004-06-18 09:01:31.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: davidandrewtaylor@hotmail.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,39 @@
 
 Expected Results:
 It should compile as it does on Microsoft's CSC.
 
 How often does this happen? 
 All the time (tested on MONO beta 3).
+
+------- Additional Comments From marek.safar@seznam.cz  2004-06-18 09:01 -------
+Because csc reads default referenced assemblies from csc.rsp, unless
+the "/noconfig" option is specified. 
+
+mcs.exe doesn't support this.
+
+How is it possible that csc is so fast when "by default" references so
+many assemblies?
+
+# Reference the common Framework libraries
+/r:Accessibility.dll
+/r:Microsoft.Vsa.dll
+/r:System.Configuration.Install.dll
+/r:System.Data.dll
+/r:System.Design.dll
+/r:System.DirectoryServices.dll
+/r:System.dll
+/r:System.Drawing.Design.dll
+/r:System.Drawing.dll
+/r:System.EnterpriseServices.dll
+/r:System.Management.dll
+/r:System.Messaging.dll
+/r:System.Runtime.Remoting.dll
+/r:System.Runtime.Serialization.Formatters.Soap.dll
+/r:System.Security.dll
+/r:System.ServiceProcess.dll
+/r:System.Web.dll
+/r:System.Web.Mobile.dll
+/r:System.Web.RegularExpressions.dll
+/r:System.Web.Services.dll
+/r:System.Windows.Forms.Dll
+/r:System.XML.dll