14 references to Set
aspire (1)
Commands\SecretSetCommand.cs (1)
64result.Store.Set(key, value);
Aspire.Cli.Tests (13)
Secrets\SecretsStoreTests.cs (13)
34store.Set("key1", "value1"); 57store.Set("key1", "original"); 61store2.Set("key1", "updated"); 74store.Set("a", "1"); 75store.Set("b", "2"); 76store.Set("c", "3"); 90store.Set("key1", "value1"); 91store.Set("key2", "value2"); 186store.Set("key", "value with 'quotes' and <angle> brackets"); 203store.Set("key", "value"); 213store.Set("exists", "yes"); 225store.Set("a", "1"); 226store.Set("b", "2");