Auto generate api client

This commit is contained in:
Guilherme Werner 2025-12-16 18:44:07 -03:00
parent 79236af76b
commit f75e0275cc
712 changed files with 277698 additions and 885 deletions

12
.vscode/tasks.json vendored Normal file
View file

@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": ["build", "${workspaceFolder}"],
"problemMatcher": "$msCompile"
}
]
}