Search code examples
gitazure-devopsvisual-studio-mac

Source Controlled Files from Azure DevOps not showing up in VS for Mac


I am using Visual Studio for Mac along with Azure DevOps (Git) for source control. I can confirm that I am working on the correct branch and that I have correctly cloned the branch. I have a folder called Project in my solution which from DevOps has the following contents:

enter image description here

However, when I expand the folder in the solution from Visual Studio for Mac, I only see the following:

enter image description here

If I reveal the Project folder contents in finder, I do in fact see all files

enter image description here

My project compiles fine and I can navigate to those views from the application, they just don't show up in the solution. Is there something I can do short of removing the files from DevOps and manually re-adding them to the solution?

Thanks.

--- Val


Solution

  • I finally got this working by right-clicking on the folder and select Add -> Existing files and selecting the files that were not being listed.

    enter image description here