5 references to CommandContext
dotnet-user-secrets (2)
Program.cs (2)
77
initCmd.Execute(new
CommandContext
(null, reporter, _console), _workingDirectory);
89
var context = new Internal.
CommandContext
(store, reporter, _console);
Microsoft.Extensions.SecretManager.Tools.Tests (3)
InitCommandTest.cs (1)
32
private CommandContext MakeCommandContext() => new
CommandContext
(null, new TestReporter(_output), _console);
SetCommandTest.cs (2)
39
command.Execute(new
CommandContext
(secretStore, new TestReporter(_output), testConsole));
66
command.Execute(new
CommandContext
(secretStore, new TestReporter(_output), testConsole));