9 references to AddJsonFile
aspire (1)
Utils\ConfigurationHelper.cs (1)
132
configuration.
AddJsonFile
(filePath, optional: true);
Aspire.Hosting (5)
ProjectResourceBuilderExtensions.cs (4)
903
configBuilder.
AddJsonFile
(appSettingsPath, optional: true);
904
configBuilder.
AddJsonFile
(appSettingsEnvironmentPath, optional: true);
905
configBuilder.
AddJsonFile
(appNameSettingsPath, optional: true);
906
configBuilder.
AddJsonFile
(appNameSettingsEnvironmentPath, optional: true);
UserSecrets\UserSecretsManagerFactory.cs (1)
171
.
AddJsonFile
(FilePath, optional: true)
Aspire.Hosting.Tests (2)
SecretsStoreTests.cs (1)
86
.
AddJsonFile
(manager.FilePath, optional: true)
UserSecretsParameterDefaultTests.cs (1)
346
.
AddJsonFile
(manager.FilePath, optional: true)
dotnet-user-secrets (1)
Internal\SecretsStore.cs (1)
89
.
AddJsonFile
(_secretsFilePath, optional: true)