-
Notifications
You must be signed in to change notification settings - Fork 850
Open
Labels
needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area owners‼️regression-from-last-releaseThis used to work in an earlier version of Aspire and we broke it!This used to work in an earlier version of Aspire and we broke it!
Milestone
Description
REGRESSION INFO: Worked-in: Aspire.ProjectTemplates 13.1.2
INSTALL STEPS
- Clean machine: Windows x64 25h2
- Install VS 18.5 Insiders 2
- Add feed
- Install Aspire.ProjectTemplates 13.2.0
REPRO STEPS
- Create an Azure Functions (Isolated) project.
- Check “Enlist in Aspire orchestration”
- Set a breakpoint in the HTTP trigger defined as a default part of the template (Refers to the "Function1.cs" file added by default in Function App).
- Press F5 to run the Aspire AppHost.
- From the Aspire dashboard, open the Functions HTTP endpoint, verify that the breakpoint is hit.
Actual Result
The Function endpoint responds successfully.
The breakpoint is not hit.
Visual Studio shows:
- The breakpoint will not currently be hit. No symbols have been loaded for this document
Recording.3-19.at.13.29.webm
In Debug > Windows > Modules, the Functions project DLL is not loaded

Expected Result
The HTTP-triggered Azure Function executes.
The breakpoint in the Functions project is hit.
Recording.3-19.at.13.32.webm
In Debug > Windows > Modules, the Functions project DLL is loaded

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-area-labelAn area label is needed to ensure this gets routed to the appropriate area ownersAn area label is needed to ensure this gets routed to the appropriate area owners‼️regression-from-last-releaseThis used to work in an earlier version of Aspire and we broke it!This used to work in an earlier version of Aspire and we broke it!