whenever I switch branches in my git console, I get a warning that the Xamarin.Forms.Build.Tasks.dll
failed to be unlinked. When I inspect it with LockHunter, it says it's locked by Visual Studio.
Can we not get Visual Studio to release the dll after using it? Even after I unlock it with lockhunter, git doesn't seem to want to pick up that I've done so. The only way to fix it is to exit Visual Studio during branch switching.