Is there an existing issue for this?
Describe the bug
When using ASPIRE_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS or DOTNET_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS, aspire ps can list the Path and PID but the Dashboard column is empty.
Expected Behavior
It should show the dashboard URL (without any authentication token as auth is disabled)
Steps To Reproduce
- dotnet new aspire
- Add the environment variable
ASPIRE_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS=true
- dotnet run
- aspire ps
Exceptions (if any)
No response
.NET Version info
10.0.201
Anything else?
No response
Is there an existing issue for this?
Describe the bug
When using ASPIRE_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS or DOTNET_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS,
aspire pscan list thePathandPIDbut theDashboardcolumn is empty.Expected Behavior
It should show the dashboard URL (without any authentication token as auth is disabled)
Steps To Reproduce
ASPIRE_DASHBOARD_UNSECURED_ALLOW_ANONYMOUS=trueExceptions (if any)
No response
.NET Version info
10.0.201
Anything else?
No response