File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/IGLib.Core/Console/Validation/DefaultFormatProvider/Alt Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,9 @@ public class DefaultFormatProviderSelector
1313 /// <summary>Returns the global <see cref="IDefaultFormatProviderSelector"/> that is used to provide
1414 /// the <see cref="IFormatProvider"/> when one is not specified, and also the the
1515 /// <see cref="IDefaultFormatProviderSelector"/> is not specified.</summary>
16+ [ Obsolete ( "Replaced by FormatProviderDefaults" ) ]
1617 public static IDefaultFormatProviderSelector Global { get ; private set ; }
17- = new DefaultFormatProviderSelectorInvariantCulture ( ) ;
18+ = new InvariantCultureFormatProviderSelector ( ) ;
1819
1920 /// <summary>Sets (changes) the global <see cref="IDefaultFormatProviderSelector"/>, which will be
2021 /// used by default to select the default <see cref="IFormatProvider"/> object when one is not
You can’t perform that action at this time.
0 commit comments