[Mono-bugs] [Bug 62360][Min] Changed - Automatic reference of assemblies
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 12:44: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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=62360
--- shadow/62360 2004-08-03 09:50:40.000000000 -0400
+++ shadow/62360.tmp.10816 2004-08-03 12:44:31.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 62360
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: WONTFIX
+Severity: Unknown
Priority: Minor
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: colin@breame.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -23,6 +23,17 @@
Although not necessarily a bug, people (like me) are going to wonder why
the usage of the mcs compiler differs from ms csc. It is certainly
something that the newbie is going to struggle with and may ultimately put
them off.
Solution: mcs should automatically include the same assemblies as the MS csc.
+
+------- Additional Comments From miguel@ximian.com 2004-08-03 12:44 -------
+We have been through this, and we are not likely going to make this
+change as it impacts negatively the startup time.
+
+An option could be to have a .pc file that references everything,
+so we can do:
+
+ mcs -pkg:defaults
+
+Or something like that.