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
@@ -45,7 +45,7 @@ public static IConfigurationBuilder AddIniFile(this IConfigurationBuilder builde
45
45
/// <param name="path">Path relative to the base path stored in
46
46
/// <see cref="IConfigurationBuilder.Properties"/> of <paramref name="builder"/>.</param>
47
47
/// <param name="optional"><see langword="true"/> if the file is optional; otherwise, <see langword="false"/>.</param>
48
-
/// <param name="reloadOnChange">Whether the configuration should be reloaded if the file changes; otherwise, <see langword="false"/>.</param>
48
+
/// <param name="reloadOnChange"><see langword="true"/> if the configuration should be reloaded if the file changes; otherwise, <see langword="false"/>.</param>
/// Gets or sets a value that indicates whether typename truncation is undone.
24
+
/// Gets or sets a value that indicates whether type-name truncation is undone.
25
25
/// </summary>
26
-
/// <value><see langword="true" /> if truncated type names should be reassembled; otherwise, <see langword="false" />.</value>
26
+
/// <value><see langword="true" /> if truncated type names should be reassembled; otherwise, <see langword="false" />. The default value is <see langword="false" />.</value>
27
27
/// <remarks>
28
28
/// <para>
29
29
/// Example:
@@ -35,7 +35,6 @@ public PayloadOptions() { }
35
35
/// Setting this to <see langword="true" /> can render <see cref="NrbfDecoder"/> susceptible to Denial of Service
36
36
/// attacks when parsing or handling malicious input.
37
37
/// </para>
38
-
/// <para>The default value is <see langword="false" />.</para>
0 commit comments