issues
search
madelson
/
MedallionShell
A .NET library simplifying the execution and chaining of processes
MIT License
415
stars
32
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Replace mono with .NET 8 support
#120
Bartleby2718
opened
6 months ago
1
Clean up Mono support and replace it with robust .NET 8 support
#119
Bartleby2718
opened
6 months ago
1
Support relative paths
#118
Bartleby2718
opened
6 months ago
3
TestWriteAfterExit fails on .NET 8
#117
Bartleby2718
opened
6 months ago
1
The WorkingDirectory option does not support relative paths
#116
Bartleby2718
closed
6 months ago
1
The requested operation requires elevation
#115
Bartleby2718
opened
6 months ago
0
New API for Opening a File or Link in the Default Application
#114
Bartleby2718
closed
7 months ago
3
Dropping support for older versions
#113
Bartleby2718
opened
8 months ago
0
Support C# 12 by installing .NET 8 SDK in the Ubuntu pipeline
#112
Bartleby2718
closed
6 months ago
1
Close #32 Searching for a file on the system path
#111
Bartleby2718
opened
8 months ago
9
Transient failure of TestStopBufferingAndDiscard in the CI pipeline
#110
Bartleby2718
opened
8 months ago
1
Have MergedLinesEnumerable implement IAsyncEnumerable<string>
#109
Bartleby2718
opened
9 months ago
5
Include LINQPad samples
#108
Bartleby2718
opened
9 months ago
0
Parameter with spaces and quotes fails to execute
#107
tomasr78
opened
10 months ago
1
Using nohup to run commands in the background
#106
jrt324
opened
10 months ago
1
Out of Memory Exception, Consuming stream and Timeout
#105
youssefmimo
closed
10 months ago
5
Command.Result blocks indefinitely in xunit
#104
ForNeVeR
closed
1 year ago
14
How to Filter console output
#103
FedeC87p
closed
1 year ago
3
Consider optimizing read buffering with a "keeping up" model
#102
madelson
opened
1 year ago
0
Consider moving IsExpectedPipeException into ProcessStreamWrapper
#101
madelson
opened
1 year ago
0
Open files in async mode when piping
#100
madelson
opened
1 year ago
0
Leverage ArrayPool where applicable
#99
madelson
opened
1 year ago
0
MergedLinesEnumerable should implement IAsyncEnumerable
#98
madelson
opened
1 year ago
1
Leverage Span/Memory on all streams/writers/readers in frameworks that support it
#97
madelson
opened
1 year ago
0
Leverage ProcessStartInfo.StandardInputEncoding on frameworks that support it
#96
madelson
opened
1 year ago
0
In .NET5+ projects one could use ProcessStartInfo.Arguments
#95
drauch
opened
1 year ago
2
Redirecting stdout/stderr blocks a thread pool thread for each call
#94
drauch
opened
1 year ago
6
MedallionShell memory leak
#93
tomasr78
closed
10 months ago
3
how can i do multiple input stream?
#92
devturks01
closed
1 year ago
5
Command.Wait() inside BackgroundWorker.DoWork() kill the app
#91
hguy
closed
2 years ago
8
Threading problem, locks other instance files
#90
tomasr78
closed
3 years ago
6
Can not redirect shell command 'read'
#89
my522cn
opened
3 years ago
5
PipeTo does not work as expected
#88
petrak-dan
closed
3 years ago
2
Please upload release tags
#87
ForNeVeR
closed
3 years ago
1
Cannot launch process through conhost.exe
#86
aleksrutins
closed
3 years ago
4
do not set startInfo.Verb = "runas"
#85
iamfreid
closed
3 years ago
1
This property cannot be used when attaching to already running process
#84
danewfie
closed
3 years ago
1
StandardOutput.ReadLineAsync() breaks when not using console output
#83
danewfie
closed
3 years ago
2
Consider `KillStrategy`/`KillOptions` API for smarter process killing
#82
madelson
opened
3 years ago
0
See if we can leverage non-blocking reads (and writes?) on the redirect pipes to support cancellable IO
#81
madelson
opened
3 years ago
0
Combining RedirectTo and Timeout
#80
Elron1179
closed
3 years ago
1
The process hangs, console output is limited to 8 kb (MacOS, Windows)
#79
iamfreid
closed
3 years ago
2
Improve debuggability with "open source defaults"
#78
madelson
opened
3 years ago
0
Added net471 build in attempt to fix #75
#77
madelson
closed
4 years ago
0
Mocking Shell in unit tests is not possible
#76
alexeyshockov
closed
3 years ago
1
Could not load file or assembly 'System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.
#75
Cloudmersive
closed
4 years ago
6
[PR] The proj files have been updated to enable SourceLink
#74
JTOne123
closed
8 months ago
3
Parameters and quotes - wrong implementation
#73
tomasr78
closed
4 years ago
1
Feature Process.Exited callback
#72
imtrobin
closed
4 years ago
1
Consider option for preserving stdout/stderr content even if it is consumed through the stream
#71
madelson
opened
4 years ago
0
Next