/
githubmirror
/
aspnetcore
Обзор
Документация
Войти
/
githubmirror
/
aspnetcore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/DataProtection/.vscode/tasks.json
75 строк
2 KB
Shreyas Jejurkar
Added VSCode debugging (for MvcSandbox) & code analysis support (#29486)
06 апр 2021, 02:56
Не верифицирован
06 апр 2021, 02:56
ae8b2c2
Код
Авторство
О чём код?
{ "version": "2.0.0", "tasks": [ { "label": "CustomEncryptorSample-build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/samples/CustomEncryptorSample/CustomEncryptorSample.csproj" ], "problemMatcher": "$msCompile", "group": { "kind": "build", "isDefault": true } }, { "label": "EntityFrameworkCoreSample-build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/samples/EntityFrameworkCoreSample/EntityFrameworkCoreSample.csproj" ], "problemMatcher": "$msCompile", "group": { "kind": "build", "isDefault": true } }, { "label": "KeyManagementSample-build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/samples/KeyManagementSample/KeyManagementSample.csproj" ], "problemMatcher": "$msCompile", "group": { "kind": "build", "isDefault": true } }, { "label": "NonDISample-build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/samples/NonDISample/NonDISample.csproj" ], "problemMatcher": "$msCompile", "group": { "kind": "build", "isDefault": true } }, { "label": "Redis-build", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/samples/Redis/Redis.csproj" ], "problemMatcher": "$msCompile", "group": { "kind": "build", "isDefault": true } } ] }