DotnetCore project IntermediateOutputPath leaves some files in the solution directory
问题 In order to keep the repository clean and separated from output and build files we change corresponding paths in the project file. For Net Framework project specifying IntermediateOutputPath redirects the obj directory to the corresponding folder. For Net Core project (3.0) using this property is not sufficient. Whereas Debug, Release folders are indeed redirected, the obj folder is still created and it contains some file - such as project.assets.json, .csproj.nuget.cache, .csproj.nuget