[Mono-bugs] [Bug 417061] New: [Win32] Console.ReadKey() does not actually wait for input
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Aug 13 11:49:37 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: atsushi at ximian.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list