This commit is contained in:
2025-11-04 20:07:07 -05:00
parent 3dde865f80
commit c1868828db
3 changed files with 23 additions and 18 deletions

View File

@@ -173,6 +173,10 @@ So make sure to go to File->Preferences->Settings in VsCode and type "Editor: Co
If so you should see options to debug a single unit test right under the [TestMethod] annotation.
To run unit tests from the CLI go to the unit test project folder in Terminal and run dotnet clean, dotnet build, dotnet test
To get a count of open files on raspbian lsof | wc -l
Git Delete Remote Branch
git push <remote_name> --delete <branch_name>