Aspire and running multiple git worktree at once #12509
Replies: 6 comments 1 reply
|
Assume in apphost i will use random available port in each service, it wont use launchprofile.json |
0 replies
|
The goal is to have zero configuration in each git worktree |
0 replies
|
yes it works, the only problem right now is the aspire project itself where the port is hardcoded in launchSettings.json |
1 reply
|
i have it working... only launchBrowser not working... |
0 replies
|
i launch it my self |
0 replies
|
This will be in the next version of aspire #14123 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, im not quite sure how service discovery implemented in aspire, is it isolated per aspire host? I want to run same project with aspire in multiple worktree at the same time, is it guaranteed that what change in worktree a will not interfere with what change in worktree b?
All reactions