Wojciech Nagórski
Wojciech Nagórski
Can you prepare a PR?
Can you try to add `-u` attribute: ``` await foreach (var cmdEvent in Cli.Wrap("python").WithArguments("-u test.py Joe").ListenAsync()) { switch (cmdEvent) { case StartedCommandEvent started: Console.WriteLine($"Process started; ID: {started.ProcessId}"); break; case StandardOutputCommandEvent...
@pr8x Maybe this will help you https://wojciechnagorski.com/2019/09/using-native-dll-and-resource-files-in-benchmarkdotnet-projects There is a sample repo https://github.com/WojciechNagorski/NativeMemorySample
@adamsitnik Yes, I would like to solve this task. I will find time next week.
Update: I've thought for 2 weeks and I think that I invented the final solution for all cases.
@ilohmar @adamsitnik After I wanted to fix this problem I changed the project at work, then I changed work at all. So I didn't have time for this task. Currently,...
@timcassell I had some ideas and wanted to test them one by one. Two ideas are particularly promising. But I don't want to describe them because I'd have to bring...
@altmann Can we fix this problem? I don't see the build script in the repo, so I can't prepare a PR.
Great work! Are you going to create a PR to https://github.com/sshnet/SSH.NET with changes from your fork https://github.com/TrapTech/SSH.NET?
Do you mean https://github.com/sshnet/SSH.NET/pull/144 ? I didn't know about this PR. Maybe It should be updated because it stucks in the 2020 year.