Generic value retriever & comparer for IParsable<T>? #212
ronaldbosma
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
We currently target .NET Standard 2.0, so this would only be possible if we decided to change our target platforms. Other than this significant complication, I think it is a fantastic proposal. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've created a generic value retriever and comparer that can handle value types implementing
IParsable<T>
. See this blog post.Should we consider adding this to Reqnroll as a new feature, or is it impossible due to backwards compatibility issues since
IParsable<T>
was introduced in .NET 7?Beta Was this translation helpful? Give feedback.
All reactions