Remove folders bin/ and obj/ from a solution in PowerShell

PHOTO EMBED

Sun Oct 09 2022 06:19:04 GMT+0000 (Coordinated Universal Time)

Saved by @ayalamac #c# #asp.net

ls  **/bin, **/obj | rm -Force -Recurse
content_copyCOPY

This works in PowerShell

https://stackoverflow.com/questions/7035437/how-to-fix-namespace-x-already-contains-a-definition-for-x-error-happened-aft