I know this might be more of a Visual Studio question, but thought I'd start here. I have a Project in BitBucket that holds all repositories for each of my shared Class Library/Components. I have other BitBucket projects that holds application specific code. Each of these application specific projects use some of the class libraries. Visual Studio Solutions are required to bind to GIT/BitBucket. Since class libraries are projects added to the Application Specific solution, they don't show up as in BitBucket. If I open the class libraries directly they do, because they have their own solutions,
I know I can just add the library to the main project instead of the adding the class library project into the main project, but I like to debug into the library sometimes, when I'm making sure things are working correctly. Is there a way to make a solution use multiple BitBucket projects?