[New article]: WaitFor/WaitForCompletion docs #1556
Labels
doc-idea
Indicates issues that are suggestions for new topics [org][type][category]
documentation
Improvements or additions to documentation
dotnet-aspire/prod
fundamentals
Content related to fundamentals.
in-pr
okr-freshness
OKR: Freshness of content
Pri1
High priority, do before Pri2 and Pri3
📌 seQUESTered
Identifies that an issue has been imported into Quest.
📦 release-9.0
Used to track doc updates for release 9.0 of .NET Aspire.
Milestone
Proposed topic or title
Controlling service startup
Location in table of contents.
No response
Reason for the article
We are introducing
WaitFor
andWaitForCompletion
APIs in .NET Aspire 9.0 which will allow resource startup to be controlled for local development. This will also integrate with a health check mechanism for resources which runs within the app host.Article abstract
The article would take a simple application that uses a database and has two services (front-end and backend) and talk through what could happen when starting all these projects locally. Issues like the database not be initialized (writing a console app to initialize the database and using the
WaitForCompletion
API) and waiting for dependent services to start.Relevant searches
No response
Associated WorkItem - 308088
The text was updated successfully, but these errors were encountered: