https://bugzilla.novell.com/show_bug.cgi?id=417061
Summary: [Win32] Console.ReadKey() does not actually wait for
input
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: P5 - None
Component: CORLIB
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
I believe the summary simply explains the bug.
using System;
public class Test {
public static void Main () {
Console.ReadKey ();
}
}
Expected result:
It waits for a keyboard input.
Actual result:
it doesn't.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs