Visual Studio 2019 does not show all files in a folder

Aminnia, Ben 6 Reputation points
2022-08-11T19:29:52.603+00:00

After a recent upgrade of Visual Studio 2019, why is Solution Explorer no longer showing all files in a folder?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,251 questions
0 comments No comments
{count} vote

7 answers

Sort by: Most helpful
  1. MR BILL 256 Reputation points
    2022-08-11T21:51:22.657+00:00

    Have you checked the small icons up top on the right hand side of VS? One of them is show all files. You might need to click it to see all your files.

    1 person found this answer helpful.
    0 comments No comments

  2. Michael Taylor 47,806 Reputation points
    2022-08-11T20:38:17.343+00:00

    You'll need to be more specific. It depends upon the project type as to what files are shown. It also depends upon whether you are attached to a repo or not, whether a solution is open or you are in Folder View, etc. Please provide repro steps for this along with screenshots if possible.

    0 comments No comments

  3. Aminnia, Ben 6 Reputation points
    2022-08-11T21:06:42.38+00:00

    Folder view shows all the files, but Solution Explorer shows only some of them, not all.
    The solution is on this folder: C:\Users\ZGOSPBA\source\repos\
    The source files are on the desktop
    This was OK until last week.


  4. Aminnia, Ben 6 Reputation points
    2022-08-11T22:19:21.163+00:00

    I do not see the small icon for show all files.
    Also, the folder which does not show all files is cut off alphabetically. It only shows file names beginning with A through C

    0 comments No comments

  5. Aminnia, Ben 6 Reputation points
    2022-08-11T23:40:51.203+00:00

    This is ASP.NET website
    Yes, In Solution Explorer I see the root Solution node and then a project node.
    I the root solution node, I now see [Show All Files] and it has been checked
    If I Right click the project node and use 'Open Folder in File Explorer', it shows all source files in that folder.