FileBasedProgramsProjectSystem is creating bin and obj directories in the user's folder if they open a random .cs that's not a file-based program · Issue #78589 · dotnet/roslyn

Right now we're not redirecting the bin and obj directories that are getting created as a part of the design time build for a file-based program. This however also happens if you just open a regula...