9 references to AddJsonFile
aspire (1)
Utils\ConfigurationHelper.cs (1)
282
configuration.
AddJsonFile
(filePath, optional: true);
Aspire.Hosting (5)
ProjectResourceBuilderExtensions.cs (4)
1052
configBuilder.
AddJsonFile
(appSettingsPath, optional: true);
1053
configBuilder.
AddJsonFile
(appSettingsEnvironmentPath, optional: true);
1054
configBuilder.
AddJsonFile
(appNameSettingsPath, optional: true);
1055
configBuilder.
AddJsonFile
(appNameSettingsEnvironmentPath, optional: true);
UserSecrets\UserSecretsManagerFactory.cs (1)
199
.
AddJsonFile
(FilePath, optional: true)
Aspire.Hosting.Tests (2)
SecretsStoreTests.cs (1)
86
.
AddJsonFile
(manager.FilePath, optional: true)
UserSecretsParameterDefaultTests.cs (1)
397
.
AddJsonFile
(manager.FilePath, optional: true)
dotnet-user-secrets (1)
Internal\SecretsStore.cs (1)
89
.
AddJsonFile
(_secretsFilePath, optional: true)