Console unavailable in class library c#
This question here seems contrary to what I have experienced. I cannot access the console from within a new class library. I have using System; at the top. I am using visual studio 11 on windows 8. I doubt that this has been lost in the update, so that means that I am doing something wrong. Also, once this is working, is the console available in a portable class library? EDIT here is just a test file I made using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AdamLib.util.ConsoleSupport { class SafeRead { private void