Daily
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user