Generic value retriever & comparer for IParsable<T>? #212
ronaldbosma
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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