C
C#2mo ago
Kabiigon

✅ cleanup

dotnet clean not removing obj and and bin folders
2 Replies
Gilles TOURREAU
Gilles TOURREAU2mo ago
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 User2mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server