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