Add WolverineFx tutorial project for playing around with Wolverine tutorials.

This commit is contained in:
2026-06-12 15:40:58 +02:00
parent 6760f90336
commit 3434e9fb91
41 changed files with 1154 additions and 0 deletions
@@ -0,0 +1,29 @@
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:17175;http://localhost:15029",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21208",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22219"
}
},
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:15029",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19152",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20087"
}
}
}
}