We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b572e98 commit 3405e46Copy full SHA for 3405e46
1 file changed
src/IGLib.Core/Console/Validation/DefaultFormatProvider/Alt/IDefaultFormatProviderSelector.cs
@@ -0,0 +1,14 @@
1
+using System;
2
+using System.Collections.Generic;
3
+using System.ComponentModel.DataAnnotations;
4
+using System.Linq;
5
+using System.Text;
6
+
7
+namespace IGLib.Alt;
8
9
+public interface IDefaultFormatProviderSelector
10
+{
11
+ IFormatProvider DefaultFormatProvider { get; }
12
+}
13
14
0 commit comments