30 references to RunInternal
dotnet-user-secrets (1)
Program.cs (1)
37returnCode = RunInternal(args);
Microsoft.Extensions.SecretManager.Tools.Tests (29)
SecretManagerTests.cs (29)
46secretManager.RunInternal("list", "-p", project, "--verbose"); 56secretManager.RunInternal("list", "-p", project); 66secretManager.RunInternal("list", "--project", projectPath); 78secretManager.RunInternal("list", "-p", ".." + Path.DirectorySeparatorChar, "--verbose"); 109secretManager.RunInternal(parameters); 123secretManager.RunInternal(args); 138secretManager.RunInternal(parameters); 146secretManager.RunInternal(args); 156secretManager.RunInternal("set", "secret1", "value1", "-p", projectPath, "--verbose"); 158secretManager.RunInternal("set", "secret1", "value2", "-p", projectPath, "--verbose"); 163secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 174secretManager.RunInternal("-v", "set", "secret1", "value1", "-p", projectPath); 180secretManager.RunInternal("-v", "list", "-p", projectPath); 192secretManager.RunInternal("remove", "secret1", "-p", projectPath, "--verbose"); 201secretManager.RunInternal("set", "SeCreT1", "value", "-p", projectPath, "--verbose"); 202secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 204secretManager.RunInternal("remove", "secret1", "-p", projectPath, "--verbose"); 207secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 221secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 234secretManager.RunInternal("list", "--id", id, "--json"); 250secretManager.RunInternal("set", "AzureAd:ClientSecret", "¡™£¢∞", "-p", projectPath); 251secretManager.RunInternal("list", "-p", projectPath); 266secretManager.RunInternal("list", "-p", projectPath, "--verbose"); 296secretManager.RunInternal(parameters); 311secretManager.RunInternal(args); 322secretManager.RunInternal(args); 325secretManager.RunInternal(args); 336secretManager.RunInternal("init", "-p", project); 349secretManager.RunInternal("set", "key1", Guid.NewGuid().ToString(), "--verbose");