This is a simple utility that waits for a specific string to appear in the console output of a process before starting the next process when using Aspire.
It is useful for integration tests where you want to wait for a specific string to appear in the console output of a process before proceeding.
Warning
This project is archived as it has been released as C3D.Extensions.Aspire.WaitForOutput
under the CZEMacLeod/C3D.Extensions.Aspire repo.
Please raise any issues there.