-
Notifications
You must be signed in to change notification settings - Fork 685
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationarea-toolingneeds-design
Milestone
Description
Hi, Team.
When the current AppHost is running in GitHub Codespaces (and possibly in devcontainer), I found a few issues:
- The dashboard page is not automatically opening - (Related to [WebToolsE2E][Aspire] The web page cannot be opened automatically after debugging the aspire project in VS Code. #655 ) Either Blazor app or API app automatically opens a new tab when I run it individually. But, the dashboard doesn't automatically open a new page. Instead I have to manually find the page and open it through the port forwarding tab.
-
[CodeSpaces] The
launchSettings.json
of AppHost doesn't seem to be properly respected #1296"applicationUrl": "http://localhost:<random_port_number>", "environmentVariables": { "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:<random_port_number>" }
I initially expected that the
applicationUrl
attribute will be used to launch the dashboard page, but it useshttp://localhost:18888
. I'm not sure what theseapplicationUrl
andDOTNET_DASHBOARD_OTLP_ENDPOINT_URL
are for. -
[CodeSpaces] Dashboard URIs is looking for a URL that may not work #1297
YohanSciubukgian
Metadata
Metadata
Assignees
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationarea-toolingneeds-design