9 references to Execute
dotnet-user-secrets (1)
Internal\InitCommand.cs (1)
42new InitCommand(Options.Id, Options.Project).Execute(context, workingDirectory);
Microsoft.Extensions.SecretManager.Tools.Tests (8)
InitCommandTest.cs (8)
39new InitCommand(null, null).Execute(MakeCommandContext(), projectDir); 53new InitCommand(SecretId, null).Execute(MakeCommandContext(), projectDir); 67new InitCommand(SecretId, null).Execute(MakeCommandContext(), projectDir); 81new InitCommand(null, null).Execute(MakeCommandContext(), projectDir); 94new InitCommand(null, null).Execute(MakeCommandContext(), projectDir); 108new InitCommand(null, null).Execute(MakeCommandContext(), projectDir); 124new InitCommand(NewId, null).Execute(MakeCommandContext(), projectDir); 140new InitCommand(secretId, null).Execute(MakeCommandContext(), projectDir);