I am trying to make a standard class library in vs11 with more available classes than a library with metro offers (for example System.Console) and I cannot figure out how to create unit tests for it. I have tried looking through Google an nothing works. I actually had to go into vs2010, create the project, add the tests, and reopen in vs11. Was this functionality removed (which I doubt. I know unit testing is available)?
I have seen the unit test library project type, but it does not seem to support this type of library. What are my options?
Not sure what exactly you asking but If I understood you correctly, you want to create a standard class library and a standard Unit test project for the class library? Did you check the project templates under “Test”. In here you can create a Unit Test project for the class library. You do not have to go to VS2010 and create a Test project then open it in VS. Apologies if that’s not what you asking for.