Visual Studio 2022 ignores a 2nd git repo with 2 projects in a solution

oregonduckman 6 Reputation points
2022-03-23T17:13:55.197+00:00

I have a solution that contains 2 projects say Project A (which as created as the default project when the solution was created) and Project B which is a UWP dll that was added to Project A's References. Project A and Project B each have their own git repos but only Project A's repo can be managed in Visual Studio 2022 while Project B's repo is ignored when Project A's solution is open. Is there a remedy for this issue?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,631 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,291 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,196 Reputation points
    2022-03-23T17:38:03.95+00:00

    See Visual Studio 2022: Introducing Multi-Repo Support

    0 comments No comments