Project Subfolder Remains Hidden in Rider
I have a project with the following structure:
The
Roslyn
folder always remains hidden, except if I switch on Show All Files in Explorer, unlike the Reflection
folder which behaves normally.
The pics are Explorer with Show All Files switched off and then on.
I have tried deleting the Roslyn
folder, saving the solution, and restarting Rider, but this folder remains hidden when other such project sub-folders, like Reflection
are all visible.
The Roslyn
folder is always visible when I open the project in Visual Studio.
There is nothing untoward in the project file, like a <Compile Remove
directive or anything:
I have tried the Report a Bug command on the Help menu, but that just collected and submitted logs, without any opportunity for me to explain anything about the bug.

4 Replies
I have tried deleting the while
.idea
folder as well as the CodingAutomation.sln.DotSettings.user
file with no effect.Check your .csproj if you exclude the folder in there
Otherwise Add existing item and pick the Roslyn folder

I've checked both those aspects, and neither works. The folder is steadfastly still hidden. The Rider team have triaged my issue without rejecting it, so I hope they see some merit in investigating.