Fixing cache implementation
This commit is contained in:
parent
3262ff82b0
commit
c3c76effea
8 changed files with 99 additions and 86 deletions
13
.vscode/launch.json
vendored
13
.vscode/launch.json
vendored
|
@ -8,8 +8,7 @@
|
|||
"name": ".NET Core Launch (console)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"preLaunchTask": "build service",
|
||||
"program": "${workspaceFolder}/src/cartservice/bin/Debug/netcoreapp2.0/cartservice.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/cartservice",
|
||||
|
@ -18,6 +17,16 @@
|
|||
"stopAtEntry": false,
|
||||
"internalConsoleOptions": "openOnSessionStart"
|
||||
},
|
||||
{
|
||||
"name": ".NET Core Launch (Tests)",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build test",
|
||||
"program": "${workspaceRoot}/tests/cartservice/bin/Debug/netcoreapp2.0/cartservice.tests.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceRoot}/tests/cartservice",
|
||||
"stopAtEntry": false
|
||||
},
|
||||
{
|
||||
"name": ".NET Core Attach",
|
||||
"type": "coreclr",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue