1 write to Reporter
dotnet-user-secrets (1)
Internal\CommandContext.cs (1)
20
Reporter
= reporter;
9 references to Reporter
dotnet-user-secrets (9)
Internal\InitCommand.cs (1)
75
UserSecretsCreator.CreateUserSecretsId(context.
Reporter
, ProjectPath, WorkingDirectory, OverrideId);
Internal\ListCommand.cs (5)
42
context.
Reporter
.Output(Resources.Error_No_Secrets_Found);
48
context.
Reporter
.Output(Resources.FormatMessage_Secret_Value_Format(secret.Key, secret.Value));
61
context.
Reporter
.Output("//BEGIN");
62
context.
Reporter
.Output(SecretsStore.Serialize(secrets));
63
context.
Reporter
.Output("//END");
Internal\RemoveCommand.cs (1)
38
context.
Reporter
.Warn(Resources.FormatError_Missing_Secret(_keyName));
Internal\SetCommand.cs (2)
81
context.
Reporter
.Output(Resources.FormatMessage_Saved_Secrets(provider.CurrentData.Count));
102
context.
Reporter
.Output(Resources.FormatMessage_Saved_Secret(_keyName));