commandLineArgs not working when adding a project with a launchProfileName #6892
Open
Description
opened on Dec 7, 2024
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
When adding a project, and specifying a launchProfileName
the correct launch profile is used. However the commandLineArgs
of the launch profile are not being passed on during execution.
Expected Behavior
The commandLineArgs
are passed through as the arguments when the project is run.
Steps To Reproduce
https://github.com/distantcam/AspireLaunchArgsIssue
Run the apphost, notice the prestart resource doesn't finish, blocking the start of the main resource.
Exceptions (if any)
No response
.NET Version info
No response
Anything else?
This was working in the previous version of Aspire (8.0).
Activity