Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow specifying the entrypoint project on run #303

Open
davidfowl opened this issue Oct 16, 2023 · 7 comments
Open

Allow specifying the entrypoint project on run #303

davidfowl opened this issue Oct 16, 2023 · 7 comments
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication feature A single user-facing feature. Can be grouped under an epic.
Milestone

Comments

@davidfowl
Copy link
Member

When running a big project its sometimes desirable to run a subset of projects, in particular, a project and anything it depends on. The request here is to allow specifying some input resource as the root and the orchestration process will only run that project and any dependencies.

@davidfowl davidfowl added the area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication label Oct 16, 2023
@DamianEdwards
Copy link
Member

A resource filter effectively. Can be one, or more, prefix, etc.

@danmoseley danmoseley added this to the some time after preview milestone Oct 16, 2023
@danmoseley
Copy link
Member

@davidfowl we're putting this post preview but of course if it comes in sooner, fine.

@danmoseley danmoseley removed this from the needs milestone (for GA) milestone Nov 13, 2023
@aL3891
Copy link

aL3891 commented Nov 17, 2023

This would be great, maybe it could be set in the launch settings for the app host, so you could set up different launch profiles for "all the apps", "frontend", "background task processing" and so on

@mitchdenny
Copy link
Member

Putting this on the backlog. If we find we have capacity in P6 we might be able to do this.

@mrpmorris
Copy link

In the meantime could we have a way of stopping resources?

Then we could run all, stop the one we want to debug, and then run that individually in another VS instance.

@davidfowl
Copy link
Member Author

Not for GA that has been punted too. Hopefully we'll get to more of these features once the foundation is set.

@maddymontaquila
Copy link
Member

also consider - integration tests for only a subset of your stack

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-app-model Issues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication feature A single user-facing feature. Can be grouped under an epic.
Projects
None yet
Development

No branches or pull requests

7 participants