16 references to Set
aspire (1)
Commands\SecretSetCommand.cs (1)
55result.Store.Set(key, value);
Aspire.Cli.Tests (15)
Secrets\SecretsStoreTests.cs (15)
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"); 204store.Set("key", "value"); 214store.Set("exists", "yes"); 228store.Set("Parameters:token", "some=thing&looking=url&like=true"); 229store.Set("Parameters:password", "P+qMWNzkn*xm1rhXNF5st0"); 248store.Set("a", "1"); 249store.Set("b", "2");