-
-
Notifications
You must be signed in to change notification settings - Fork 197
Support IParsable<T> #460
Copy link
Copy link
Closed
Labels
enhancementNew feature in an existing libraryNew feature in an existing librarypkg:pathpkg:pointerwontfixThis will not be worked onThis will not be worked on
Metadata
Metadata
Assignees
Labels
enhancementNew feature in an existing libraryNew feature in an existing librarypkg:pathpkg:pointerwontfixThis will not be worked onThis will not be worked on
Type
Fields
Give feedbackNo fields configured for issues without a type.
Environment
Can this library make doing something simpler?
Eventually, when this project drops .NetStandard support and moves to the modern .Net versions, the
IParsable<T>interface should be implemented on types that parse strings.Additional context
This interface, and interface support for static methods, is only available for .Net 7 and higher.