[Mono-bugs] [Bug 52723][Wis] Changed - Custom trace listener requires ctor not required by Microsoft runtime

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 10 Jan 2004 11:16:53 -0500 (EST)


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 tcabanski@oai.cc.

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

--- shadow/52723	2004-01-09 17:00:02.000000000 -0500
+++ shadow/52723.tmp.31287	2004-01-10 11:16:53.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 52723
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: Mono 0.29
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: tcabanski@oai.cc               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -29,6 +29,10 @@
 initializeData element is present in the Add configuration element:
 
 ctor(string initializeData, string name)
 
 I can work around this quite easily by adding the extra constructor but 
 neither Microsoft's documentation nor its implementation works this way.
+
+------- Additional Comments From tcabanski@oai.cc  2004-01-10 11:16 -------
+I know exactly where this is happening.  However, a fix would break 
+existing behavior so I don't know that it should be made.