Skip to content

Commit 758052f

Browse files
committed
Additional remark in documentation
1 parent 69305c0 commit 758052f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/IGLib.Core/Console/Validation/DefaultFormatProvider/DefaultFormatProvider.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ public static void SetGlobal(IDefaultFormatProviderSelector selector)
5151
/// <see cref="IDefaultFormatProviderSelector.DefaultFormatProvider"/> property is returned.</para>
5252
/// <para>Otherwise, the format provider obtained by the <see cref="DefaultFormatProviderSelector.Global"/>'s
5353
/// <see cref="IDefaultFormatProviderSelector.DefaultFormatProvider"/> property is returned.</para></returns>
54+
/// <remarks>Default parameters are intentionally not provided, such that the caller needs to consciously
55+
/// provide null values if this is itended.</remarks>
5456
public static IFormatProvider GetFormatProvider(IFormatProvider? specifiedFormatProvider,
5557
IDefaultFormatProviderSelector? defaultSelector)
5658
{

0 commit comments

Comments
 (0)