Skip to content
Discussion options

You must be logged in to vote

Apologies for delay, I had claude create a quick test for me, looks like it is the vscode debugger not picking up the local user environment:


I built a minimal repro to compare System.Diagnostics.Process vs CliWrap side-by-side on Debian 13 / .NET 10, calling whisper-ctranslate2 --version four ways.

Test code

using System.ComponentModel;
using System.Diagnostics;
using System.Text;
using CliWrap;
using CliWrap.Buffered;

internal static class Program
{
    private const string ExecutableName = "whisper-ctranslate2";
    private const string Argument = "--version";

    private static async Task Main()
    {
        string home = Environment.GetFolderPath(Environment.SpecialFolder.UserPro…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ptr727
Comment options

@ptr727
Comment options

Answer selected by Tyrrrz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants