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"); 138store.Set("key", "value with 'quotes' and <angle> brackets"); 155store.Set("key", "value"); 165store.Set("exists", "yes"); 177store.Set("a", "1"); 178store.Set("b", "2");