I wrote a code, and the line
string thing = Console.ReadLine();
causes a problem. Xamarin shows me that it did not read in the input this command, so the variable thing becomes null.
I found from other questions and answers here that there are two output types of an application, Window and Console. So, mine probably is not the second one.
But I can't find how to switch to console. I have the latest MonoDevelop and Xamarin, and yet this problem remains. Does anyone know what could help?
Any advice will be highly appreciated!