How do I recursively include all child libraries in C#?
For instance, I want to do:
using Microsoft.AspNet.*;
And have Visual Studio automatically include Microsoft.AspNet.Identity.EntityFramework
I'm looking at code snippets from around the internet and it is not always easy to google for what objects live in which library. The AspNet library seems to be particularly guilty. I'm looking at you, "RoleManager" O.o