WaitingForDependencies in .NET Aspire
This examples shows how to extend the .NET Aspire application model to enable waiting for dependencies to be available before starting the application. It uses ASP.NET Core's health checks API to determine if specific resources are available after they are considered running.
More available at: https://github.com/davidfowl/WaitForDependenciesAspire
Learn more about .NET Aspire Sample Code at aspireify.NET