Minor fixes

This commit is contained in:
2024-02-25 21:22:50 +01:00
parent 8b66541529
commit 3a17924f65
9 changed files with 116 additions and 12 deletions

8
.vscode/launch.json vendored
View File

@@ -21,7 +21,13 @@
"ASPNETCORE_URLS": "https://localhost:5000;https://localhost:5001",
"ASPNETCORE_DETAILEDERRORS": "1",
"ASPNETCORE_SHUTDOWNTIMEOUTSECONDS": "3"
}
},
// Enable launching a web browser when ASP.NET Core starts. For more information: https://aka.ms/VSCode-CS-LaunchJson-WebBrowser
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)",
"uriFormat": "%s/swagger"
},
},
{
"name": ".NET Core Attach",