C
C#3w ago
Kabiigon

✅ cleanup

dotnet clean not removing obj and and bin folders
2 Replies
Gilles TOURREAU
I use the following PS command:
Get-ChildItem -Recurse -Directory -Include obj, bin | Remove-Item -Recurse -Force
Get-ChildItem -Recurse -Directory -Include obj, bin | Remove-Item -Recurse -Force
@Kabiigon you can also replace -Force by WhatIf if you want to check on the output what will be delete.
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server