The launchSettings.json of AppHost doesn't seem to be properly respected - launchSettings.json of AppHost has these two attributes like:
"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 uses http://localhost:18888. I'm not sure what these applicationUrl and DOTNET_DASHBOARD_OTLP_ENDPOINT_URL are for.