-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release Funcky update with .NET 9 and create a new Version 3.5.0 #796
Comments
Interesting things from the API diff:
|
And I want to give Priority to the IReadOnlyDictionary overload of GetValueOrNone with the new Overload resolution priority feature. |
#798 is merged, is there something missing? |
The only thing left from my list is IAlternateEqualityComparer but that's not thaat important |
Not quite sure what you want to implement for
Scenario 1 already work due to the implicit cast of the Option. Example: https://giannisakritidis.com/blog/Alternate-Lookup/ |
Btw the |
I wanted to enable lookup with an |
I don't like this new alternate lookup API :/
|
I needed documentation to even get the idea on what it is... I think the extension is not that important and we might make another 3.x release later this year with new ideas. David pitched a few today. So should I block the 3.5 release for this? |
No, I think putting this in another 3.x release (if at all) is better.
I'm excited to see those ideas :) |
OK, the prepare commit is merged. I'll create a release. |
No description provided.
The text was updated successfully, but these errors were encountered: