[Mono-bugs] [Bug 74605][Cri] Changed - Invalid behaviour of System.ComponentModel.Container.DefaultSite.GetService implementation (comparing to MS .NET realization)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Apr 2005 09:57:21 -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 lluis@ximian.com.

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

--- shadow/74605	2005-04-14 05:30:17.000000000 -0400
+++ shadow/74605.tmp.1081	2005-04-22 09:57:21.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Critical
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: to_vitalik@ukr.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -51,6 +51,11 @@
       {
             return this.container.GetService(service);
       }
       return this;
 }
 ------------
+
+------- Additional Comments From lluis@ximian.com  2005-04-22 09:57 -------
+Please, NEVER AGAIN post copyrighted code to show that some
+implementation is wrong. Attach a simple test case that we can use to
+reproduce the issue.