ExtendedProcess is a .NET 8.0 library written in C# for interacting with process windows on Windows. The solution contains 2 projects:
ExtendedProcess.Library
: The primary library that can be referenced to interact with process windows.ExtendedProcess.TestAppWinForms
: A Windows application that mimics the design of AutoHotkey's Window Spy.
- .NET 8.0
dotnet
:$ git clone <origin> \ && cd <dir> \ && dotnet build
make
:$ git clone <origin> \ && cd <dir> \ && make -C src build
- Builds on GitLab are automated via .gitlab-ci.yml. NuGet packages are published to the repository registry when pushed to the default branch, and releases are created when pushed to the main branch with a SemVer tag.
- Builds on GitHub are automated via build.yaml. Artifacts are built, but not published or released.