You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use VSC to work on documentation projects that include .NET Core samples. When I open folders to work on sample files, these sample projects should not be restored/built. VSC keeps creating obj and bin folders automatically against my wishes, and I need to then manually delete them from the samples.
... but those don't actually prevent the auto-restore/build behavior. Looking at the workspace settings doc, I don't see a way to disable auto-restore/auto-build for .NET Core projects, so I'm asking if you would consider adding such a workspace setting if such a setting doesn't already exist (undocumented).
The text was updated successfully, but these errors were encountered:
I use VSC to work on documentation projects that include .NET Core samples. When I open folders to work on sample files, these sample projects should not be restored/built. VSC keeps creating
obj
andbin
folders automatically against my wishes, and I need to then manually delete them from the samples.I'm aware of ...
... but those don't actually prevent the auto-restore/build behavior. Looking at the workspace settings doc, I don't see a way to disable auto-restore/auto-build for .NET Core projects, so I'm asking if you would consider adding such a workspace setting if such a setting doesn't already exist (undocumented).
The text was updated successfully, but these errors were encountered: