You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Thinktecture.Configuration.JsonFile/Configuration/JsonFileConfigurationLoader.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@ public class JsonFileConfigurationLoader : IConfigurationLoader<JToken, JToken>
33
33
/// <param name="jsonSerializerSettingsProvider">Provides <see cref="JsonSerializerSettings"/> for deserialization of file content to <see cref="JToken"/>.</param>
34
34
/// <param name="jsonConfigurationProviderFactory">A factory for creation of <see cref="IConfigurationProvider{TRawDataIn,TRawDataOut}"/>.</param>
_logger.LogWarning(@"One of the parent configuration objects has a property of type {type} that contains {size} elements before deserializion.
106
-
This array along with its elements are going to be discarded. Please make check that no memory leaks occur. Configuration path: {path}",$"{elementType.Name}[]",currentArraySize,(configasIConfigurationSection)?.Path);
_logger.LogWarning(@"One of the parent configuration objects has a property of type {type} that contains {size} elements before deserializion.
134
+
This array along with its elements are going to be discarded. Please make check that no memory leaks occur. Configuration path: {path}",$"{elementType.Name}[]",currentArraySize,(configasIConfigurationSection)?.Path);
0 commit comments