Skip to content

AppHost search should run in parallel. #8997

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

Open
mitchdenny opened this issue Apr 28, 2025 · 0 comments
Open

AppHost search should run in parallel. #8997

mitchdenny opened this issue Apr 28, 2025 · 0 comments
Labels
Milestone

Comments

@mitchdenny
Copy link
Member

At the moment when executing aspire run, aspire add or aspire publish in a source tree results in a search for all *.csproj files which are an apphost. For each project it runs dotnet msbuild to fetch information to determine whether the project is an app host and then stores this information to reduce future lookup time.

We should consider a few options for optimizing this experience. A few options:

  1. Run all dotnet msbuild calls in parallel (or in parallel batches)
  2. Prompt for the user to select their csproj if over a certain number of csproj files are found.
@mitchdenny mitchdenny added this to the 9.3 milestone Apr 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant