[Mono-bugs] [Bug 80176][Nor] Changed - Console.In.Read doesn't allow line-oriented input

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sun Dec 24 23:25:21 EST 2006


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 gonzalo at ximian.com.

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

--- shadow/80176	2006-12-07 10:32:09.000000000 -0500
+++ shadow/80176.tmp.20895	2006-12-24 23:25:21.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80176
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: same behaviour on linux-x86 and darwin-ppc
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: CORLIB
 AssignedTo: gonzalo at ximian.com                            
 ReportedBy: anto.cuni at gmail.com               
 QAContact: mono-bugs at ximian.com
@@ -32,6 +32,14 @@
 Mono 1.2.2.1 has this behaviour; mono 1.1.17 and Microsoft CLR it works as
 expected. 
 
 I noticed that on the older version Console.In is of type
 System.IO.SynchronizedReader, while in the new one is of type
 System.CStreamReader.
+
+------- Additional Comments From gonzalo at ximian.com  2006-12-24 23:25 -------
+This works with current svn. It was probably fixed in the last release
+too, but i'm not sure about that.
+-------------
+gonzalo at lalo:/tmp $ mono test.exe
+gonzalo
+Hello gonzalo


More information about the mono-bugs mailing list