Skip to content
Dustin Horne edited this page May 14, 2024 · 2 revisions

Background

ReProcess is a simple, lightweight, asynchronous wrapper around a standard Process. The purpose of this library is to allow processes to be started and run in the background, enabling the async processing of StdErr and StdOut messages. I developed it to facilitate the building and running of custom docker images that I use with .NET Aspire projects.

Clone this wiki locally