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:
However, when I expand the folder in the solution from Visual Studio for Mac, I only see the following:
If I reveal the Project folder contents in finder, I do in fact see all files
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
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.