{ "version": "2.0.0", "tasks": [ { "label": "User Secrets Init", "command": "dotnet", "type": "process", "args": [ "user-secrets", "-p", "${workspaceFolder}/Person/Person.csproj", "init" ], "problemMatcher": "$msCompile" }, { "label": "User Secrets Set", "command": "dotnet", "type": "process", "args": [ "user-secrets", "-p", "${workspaceFolder}/Person/Person.csproj", "set", "SaveDirectory", "D:/1-Images-A/Images-dd514b88-Results/A2) People/dd514b88/([])" ], "problemMatcher": "$msCompile" }, { "label": "Format", "command": "dotnet", "type": "process", "args": [ "format", "--report", ".vscode", "--verbosity", "detailed", "--severity", "warn" ], "problemMatcher": "$msCompile" }, { "label": "Format-Whitespaces", "command": "dotnet", "type": "process", "args": [ "format", "whitespace" ], "problemMatcher": "$msCompile" }, { "label": "buildSolution", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/View-by-Distance-MKLink-Console.sln", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary" ], "problemMatcher": "$msCompile" }, { "label": "buildInstance", "command": "dotnet", "type": "process", "args": [ "build", "${workspaceFolder}/Instance/Instance.csproj", "/property:GenerateFullPaths=true", "/consoleloggerparameters:NoSummary", "/property:WarningLevel=0", "--verbosity", "quiet", "--no-restore" ], "problemMatcher": "$msCompile" } ] }