33 references to RunInternal
dotnet-user-secrets (1)
Program.cs (1)
37returnCode = RunInternal(args);
Microsoft.Extensions.SecretManager.Tools.Tests (32)
SecretManagerTests.cs (32)
47secretManager.RunInternal("list", "-p", project, "--verbose"); 57secretManager.RunInternal("list", "-p", project); 67secretManager.RunInternal("list", "--project", projectPath); 77secretManager.RunInternal("list", "--project", projectPath, "--file", projectPath); 87secretManager.RunInternal("init", "--file", Path.Combine(dir, "app.cs")); 99secretManager.RunInternal("list", "-p", ".." + Path.DirectorySeparatorChar, "--verbose"); 135secretManager.RunInternal(["set", secret.Key, secret.Value, .. pathArgs, "--verbose"]); 146secretManager.RunInternal(["list", .. pathArgs, "--verbose"]); 158secretManager.RunInternal(["remove", secret.Key, .. pathArgs, "--verbose"]); 163secretManager.RunInternal(["list", .. pathArgs, "--verbose"]); 172secretManager.RunInternal("set", "key1", "value1", "--verbose"); 182secretManager.RunInternal("set", "secret1", "value1", "-p", projectPath, "--verbose"); 184secretManager.RunInternal("set", "secret1", "value2", "-p", projectPath, "--verbose"); 189secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 200secretManager.RunInternal("-v", "set", "secret1", "value1", "-p", projectPath); 206secretManager.RunInternal("-v", "list", "-p", projectPath); 218secretManager.RunInternal("remove", "secret1", "-p", projectPath, "--verbose"); 227secretManager.RunInternal("set", "SeCreT1", "value", "-p", projectPath, "--verbose"); 228secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 230secretManager.RunInternal("remove", "secret1", "-p", projectPath, "--verbose"); 233secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 247secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 260secretManager.RunInternal("list", "--id", id, "--json"); 276secretManager.RunInternal("set", "AzureAd:ClientSecret", "¡™£¢∞", "-p", projectPath); 277secretManager.RunInternal("list", "-p", projectPath); 292secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 328secretManager.RunInternal(["set", secret.Key, secret.Value, .. pathArgs, "--verbose"]); 340secretManager.RunInternal(["list", .. pathArgs, "--verbose"]); 350secretManager.RunInternal(["clear", .. pathArgs, "--verbose"]); 352secretManager.RunInternal(["list", .. pathArgs, "--verbose"]); 363secretManager.RunInternal("init", "-p", project); 376secretManager.RunInternal("set", "key1", Guid.NewGuid().ToString(), "--verbose");