Commit Latest
This commit is contained in:
@@ -168,11 +168,10 @@ Notes: There is a c++ program that performs the file transfer between Isonoe and
|
||||
|
||||
|
||||
# Miscellaneous Notes
|
||||
TO-DO
|
||||
1) MariaDb online
|
||||
2) MarketDataServer
|
||||
dotnet add package Microsoft.AspNet.WebApi.SelfHost --version 5.3.0
|
||||
dotnet add package System.ServiceModel.Primitives --version 4.0.0
|
||||
To run unit tests we need to enable "Code Lens" so that the "Run Test" "Debug Test" options are visible and clickable in the source file.
|
||||
So make sure to go to File->Preferences->Settings in VsCode and type "Editor: Code Lense" and sure it's checked.
|
||||
If so you should see options to debug a single unit test right under the [TestMethod] annotation.
|
||||
|
||||
|
||||
Git Delete Remote Branch
|
||||
git push <remote_name> --delete <branch_name>
|
||||
|
||||
Reference in New Issue
Block a user