Do I need an obj directory or I can remove it? When I click delete, it appears immidiately even without building solution.
Asked
Active
Viewed 46 times
0
-
1VS builds in the background, all the time. Just ignore it. – Jon Skeet May 06 '23 at 13:45
-
1What problem does it create the existence of this directory? It is needed by the Visual Studio compiler process and its presence should be inconsequential for your workflow – Steve May 06 '23 at 13:46
-
Just wanted to make my solution cleaner but indeed its not a big problem – Berkos May 06 '23 at 13:52
-
With [.NET 8](https://github.com/dotnet/core/issues/8135#issuecomment-1483357684) you will be able to configure the `bin/obj` location and move them out of the project folder – Artur May 06 '23 at 14:50