protecting api

This commit is contained in:
Paul Schneider
2021-04-08 03:08:20 +01:00
parent 3b7e286a5b
commit 5b6d74d8ee
6 changed files with 46 additions and 7 deletions

6
.vscode/tasks.json vendored
View File

@ -9,7 +9,8 @@
"build",
"${workspaceFolder}/nuget-host.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
"/consoleloggerparameters:NoSummary",
"/restore"
],
"problemMatcher": "$msCompile"
},
@ -40,7 +41,8 @@
"type": "process",
"args": [
"bin/Debug/netcoreapp2.0/nuget-host.dll",
"/property:GenerateFullPaths=true"
"/property:GenerateFullPaths=true",
"/restore"
],
"options": {
"env": {