Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 844 Bytes

File metadata and controls

11 lines (8 loc) · 844 Bytes

AspireWaitForConsoleOutput

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 NuGet package under the CZEMacLeod/C3D.Extensions.Aspire repo. Please raise any issues there.