-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a reccomended alternative since this project has not been updated since 2018? #77
Comments
Hi, My assumption is that most people will be content with "just" nullable reference types, unless explicitly seeking a more functional approach. Optional should still be useful as-is, although lacking a bit of ergonomics in some areas. The develop branch addresses some of this and adds nullability annotations and better async support, but some work is still needed to stabilize it fully (particularly on the test suite) - contributions there would be greatly appreciated. Best regards, |
Thanks for the response 👍 |
Hi @nlkl! The only problem I'm seeing is that there are use cases that aren't covered yet, to my knowledge. For instance, how do we do I'm usually having problems finding async counterparts of the usual methods. I really hope you could keep up the good work here. I'm using your library extensively! |
@SuperJMN If you're willing you can try out my fork called Ultimately (https://github.com/silkfire/Ultimately). The set of async methods can be extended based on popular feedback. The library could improve a bit on the documenation side but let me know if you need help with anything. |
Wow, it looks nice. I'm currently using https://github.com/vkhorikov/CSharpFunctionalExtensions, too. My goal is to have a library that has proper Maybe and Either types. I really like the library below. I find myself using the Thanks! |
Feel free to add suggestions as issues on the repository page. I'll take a look at that library when I get some time. |
Can I just point out https://github.com/louthy/language-ext as an alternative that is still being heavily updated. |
I forked this repository and added features that I needed, such as:
|
I am open to contributions, so if you are interested in upstreaming your work, feel free to rebase it onto the develop branch and submit a PR. |
No description provided.
The text was updated successfully, but these errors were encountered: