Commit Latest

This commit is contained in:
2025-11-03 15:52:27 -05:00
parent 9baa0e20f3
commit 093c6b0214
5 changed files with 583 additions and 518 deletions

View File

@@ -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>