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