[Mono-bugs] [Bug 62413][Wis] New - no longer output remap warnings by default

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 4 Aug 2004 05:13:04 -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=62413

--- shadow/62413	2004-08-04 05:13:04.000000000 -0400
+++ shadow/62413.tmp.21385	2004-08-04 05:13:04.000000000 -0400
@@ -0,0 +1,35 @@
+Bug#: 62413
+Product: Mono: Runtime
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gert.driesen@pandora.be               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: no longer output remap warnings by default
+
+I wonder if its still necessary to output these remap warnings when using 
+an assembly that references .NET 1.0 system assemblies :
+
+Compat mode: the request from /home/robert/Desktop/Down/mono/nant-
+0.84/bin/log4net.dll to load System.Data was remapped (http://www.go-
+mono.com/remap.html)
+
+Would it be possible not to output these warnings by default ?
+
+As indicated by http://www.go-mono.com/remap.html, these warnings can 
+indeed be removed by setting the MONO_SILENT_WARNING environment 
+variable, however I don't think its necessary to output these warnings by 
+default.
+
+Managed applications that want to provide a single binary distribution 
+for both Mono and .NET (1.0/1.1/2.0) will ofcourse reference .NET 1.0 
+assemblies, so this should not be considered a warning.