Visual Studio – Deleting .vs folder
The .vs folder is generated by Visual Studio and is readily re-created. Sometimes removing .vs is necessary to get a project building again, for example after a Visual Studio update, or opening the solution from a portable drive on a different computer. However, be aware that you will lose some user state related to the … Read more