20 instantiations of SecretsStore
aspire (1)
Secrets\SecretStoreResolver.cs (1)
49var store = new SecretsStore(secretsFilePath);
Aspire.Cli.Tests (19)
Secrets\SecretsStoreTests.cs (19)
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); 152var store = new SecretsStore(path); 175var store = new SecretsStore(path); 184var store = new SecretsStore(path); 201var store = new SecretsStore(path); 212var store = new SecretsStore(GetSecretsPath()); 222var store = new SecretsStore(GetSecretsPath());
22 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 (19)
Secrets\SecretsStoreTests.cs (19)
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); 152var store = new SecretsStore(path); 175var store = new SecretsStore(path); 184var store = new SecretsStore(path); 201var store = new SecretsStore(path); 212var store = new SecretsStore(GetSecretsPath()); 222var store = new SecretsStore(GetSecretsPath());