Move-By-Id

This commit is contained in:
2023-01-29 09:26:08 -07:00
parent e31506cd37
commit 88710d5c8e
15 changed files with 746 additions and 4 deletions

17
.vscode/launch.json vendored
View File

@ -142,6 +142,23 @@
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Move-By-Id",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/Move-By-Id/bin/Debug/net7.0/win-x64/Move-By-Id.dll",
"args": [
"s"
],
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"cwd": "${workspaceFolder}",
"console": "externalTerminal",
"stopAtEntry": false,
"requireExactSource": false
},
{
"name": "Not-Copy-Copy",
"type": "coreclr",