[Bug 516356] [NEW] MonoDevelop console does not work correctly

Tyler Burton tyler at tylerburton.ca
Wed Feb 3 00:54:20 UTC 2010


Public bug reported:

Binary package hint: monodevelop

Create a brand new console project and add the following lines of code:

Console.WriteLine("Hello!");

string input = Console.ReadLine();

Console.WriteLine("The input was: " + input);


The expected output is:

Hello!
[user enters text and hits enter]
The input was: [user entered text]

The actual output is:

Hello!
The input was:

However if you actually run the compiled program from the terminal using
"mono [exe]" it works just fine.

** Affects: monodevelop (Ubuntu)
     Importance: Undecided
         Status: New

-- 
MonoDevelop console does not work correctly
https://bugs.launchpad.net/bugs/516356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list