You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AspireE2E] When running the Aspire 9.4 web project with replicas, the resource endpoints are duplicated and do not align with the original count. #10529
Install the latest Aspire 9.4 build from release channel
REPRO STEPS
Open VS > Create a new project > ASP.NET Core Web App (Razor Pages) > .NET 8.0/9.0 framework > Check 'Enlist in .NET Aspire orchestration' > Aspire version (9.4) > Create
Add code .WithReplicas(2) to AppHost.cs file of project and save
Build and F5
Check the endpoints of the replicas
ACTUAL
The resource endpoints are duplicated.
EXPECTED
The endpoints should be aligned with the original count.