12 references to Save
aspire (4)
Commands\SecretDeleteCommand.cs (1)
62result.Store.Save();
Commands\SecretSetCommand.cs (1)
65result.Store.Save();
src\Shared\UserSecrets\SecretsStore.cs (2)
47/// Sets a secret value. Call <see cref="Save"/> to persist. 57/// Removes a secret by key. Call <see cref="Save"/> to persist.
Aspire.Cli.Tests (8)
Secrets\SecretsStoreTests.cs (8)
35store.Save(); 58store.Save(); 62store2.Save(); 77store.Save(); 92store.Save(); 96store2.Save(); 139store.Save(); 156store.Save();