Nullable<T> vs Maybe<T> #493
Replies: 3 comments
-
I decided to ditch Maybe since it did not feel natural in VS 2022. Maybe was a good option in the past. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
This PR will add ToResult for Null & Nullability. Some of the Target Framework seems redundant so I have removed it. .NET Framework users can use the library that targets .NET standard 2.0. |
Beta Was this translation helpful? Give feedback.
-
Is there a reason to use Maybe anymore compared to Nullable?
We could add a ToResult extension to Nullable.
Beta Was this translation helpful? Give feedback.
All reactions