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

14
.vscode/launch.json vendored
View File

@@ -49,6 +49,18 @@
"cwd": "${workspaceFolder}/MarketDataUnitTests",
"console": "internalConsole",
"stopAtEntry": false
}
},
{
"name": ".NET Core Launch (debug unit tests)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/MarketDataUnitTests/bin/Debug/net8.0/MarketDataUnitTests.dll",
"args": [],
"cwd": "${workspaceFolder}",
"console": "internalConsole",
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart"
}
]
}