https://bugzilla.novell.com/show_bug.cgi?id=483950


           Summary: Console.In.ReadLine doesn't deal with EOF
    Classification: Mono
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---


On my system, EOF is Ctrl-D (checked with stty -a). When I do:

string s = Console.In.ReadLine ();

And that I type ^D plus enter, s contains ^D. I'd expect it to be null, as in
net on Windows, typing ^Z plus enter returns null.

-- 
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

Reply via email to