A .NET library for interacting with external command-line interfaces in C#.
Find a file
Louis Seubert 7e67992a18
All checks were successful
default / default (8.0) (push) Successful in 46s
chore: refactored test dummy program
Refactored the dummy program to always use async commands. Also added a Terminal abstractions to help the problem with char and byte interop when writing or reading data from the std pipes.
2024-05-05 20:39:36 +02:00
.forgejo/workflows feat: initial project commit 2024-04-27 20:18:42 +02:00
src chore: refactored test dummy program 2024-05-05 20:39:36 +02:00
.editorconfig feat: initial project commit 2024-04-27 20:18:42 +02:00
.gitignore feat: initial project commit 2024-04-27 20:18:42 +02:00
Directory.Build.props feat: initial project commit 2024-04-27 20:18:42 +02:00
Directory.Build.targets feat: initial project commit 2024-04-27 20:18:42 +02:00
Directory.Packages.props feat: initial project commit 2024-04-27 20:18:42 +02:00
Geekeey.Extensions.Process.sln feat: initial project commit 2024-04-27 20:18:42 +02:00
global.json feat: initial project commit 2024-04-27 20:18:42 +02:00
nuget.config feat: initial project commit 2024-04-27 20:18:42 +02:00