[Mono-bugs] [Bug 62360][Min] New - Automatic reference of assemblies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 3 Aug 2004 09:50:40 -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 colin@breame.com.

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

--- shadow/62360	2004-08-03 09:50:40.000000000 -0400
+++ shadow/62360.tmp.8547	2004-08-03 09:50:40.000000000 -0400
@@ -0,0 +1,28 @@
+Bug#: 62360
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: colin@breame.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Automatic reference of assemblies
+
+I expect that this has come up before, but some assemblies that the MS
+compiler references are not referenced by mcs automatically.  An example of
+this is System.Runtime.Serialization.Formatters.Soap.dll.
+
+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.