Deleted files don't appear in Recycle Bin
See original GitHub issueVisual Studio Version: 16.4.3
Summary: Files deleted from the solution explorer in Visual Studio do not appear in Recycle Bin. I’ve this this bug from December 2019. It seems fixed (I tested it) for folders but this issue still exists for files.
Steps to Reproduce:
-
Create a .NET Core 3.1 project and open it with Visual Studio
-
Delete a class like (eg:
Program.cs
) -
Open your Recycle Bin and notice your file isn’t here
Expected Behavior: The deleted file is in the Recycle Bin
Actual Behavior: The deleted file isn’t in the Recycle Bin
User Impact: Any decision to delete a file is not reversible. No second thought allowed
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Why can files not be found in the Recycle Bin after they are ...
In the Settings for selected location section, click custom size and set the maximum storage size in the Recycle Bin for deleted files...
Read more >Deleted File Not in the Recycle Bin: How to Recover Your ...
Go to the folder that used to have the deleted file and right-click. Now click Restore previous versions. An option to recover the...
Read more >Top 3 Ways to Recover Deleted Files Not In Recycle Bin
Reasons for Deleted Files Not in Recycle Bin · Shift + Deleted shortcuts · Recycle bin is disabled · The file size is...
Read more >Deleted File Not in the Recycle Bin: What Now?
When you want to recover a deleted file that somehow didn't end up in the Recycle Bin, you have basically two options. You...
Read more >Deleted Files Not Showing in Recycle Bin Windows 10
Step 2: In the Command Prompt window, type in rd /s /q C:\$Recycle.bin and press the Enter key. This command will reset the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
How can I get my files back?
This was fixed in 16.5: https://github.com/dotnet/project-system/issues/5710, dup’ing against it.