18 instantiations of SecretsStore
aspire (1)
Secrets\SecretStoreResolver.cs (1)
49var store = new SecretsStore(secretsFilePath);
Aspire.Cli.Tests (17)
Secrets\SecretsStoreTests.cs (17)
32var store = new SecretsStore(path); 40var store2 = new SecretsStore(path); 47var store = new SecretsStore(GetSecretsPath()); 55var store = new SecretsStore(path); 60var store2 = new SecretsStore(path); 64var store3 = new SecretsStore(path); 72var store = new SecretsStore(path); 79var store2 = new SecretsStore(path); 88var store = new SecretsStore(path); 94var store2 = new SecretsStore(path); 98var store3 = new SecretsStore(path); 106var store = new SecretsStore(GetSecretsPath()); 127var store = new SecretsStore(path); 136var store = new SecretsStore(path); 153var store = new SecretsStore(path); 164var store = new SecretsStore(GetSecretsPath()); 174var store = new SecretsStore(GetSecretsPath());
20 references to SecretsStore
aspire (3)
Commands\SecretListCommand.cs (1)
66var json = obj.ToJsonString(SecretsStore.s_jsonOptions);
Secrets\SecretStoreResolver.cs (2)
49var store = new SecretsStore(secretsFilePath); 59SecretsStore Store,
Aspire.Cli.Tests (17)
Secrets\SecretsStoreTests.cs (17)
32var store = new SecretsStore(path); 40var store2 = new SecretsStore(path); 47var store = new SecretsStore(GetSecretsPath()); 55var store = new SecretsStore(path); 60var store2 = new SecretsStore(path); 64var store3 = new SecretsStore(path); 72var store = new SecretsStore(path); 79var store2 = new SecretsStore(path); 88var store = new SecretsStore(path); 94var store2 = new SecretsStore(path); 98var store3 = new SecretsStore(path); 106var store = new SecretsStore(GetSecretsPath()); 127var store = new SecretsStore(path); 136var store = new SecretsStore(path); 153var store = new SecretsStore(path); 164var store = new SecretsStore(GetSecretsPath()); 174var store = new SecretsStore(GetSecretsPath());