Hi all, it's been a while.
Here are the steps to reproduce what I believe is a bug, is it?, am I missing something? Please advise VS team...
Create a Web App
Create a folder in the APP_Code folder. Create a class in that folder and set a namespace for that class.
Right click on the code file and click on "Create unit test".
A form shows up from where you choose the methods you want to test, but!, our class does not appear!!!, why?
This issue only happens when you have a clase with namespace in a folder (other than App_Code of course). It does not happen for classes with namespaces in the root level, and it does not hapen if the class in the folder does not have a namespace set.
Any thoughts?
Regards,
.seb