Skip to content
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

Add Bind in addition to Map to support Railway Oriented Programming #215

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

christophercalm
Copy link
Contributor

This is related to #211

This is a PR that adds Bind in Addition to map to chain result producing functions. It also has overloads for async for all void result and task result types so no conversions should be needed.

Copy link
Owner

@ardalis ardalis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great thanks!

Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
Ardalis.Result.Sample.Core 19% 17% 66
Ardalis.Result 9% 0% 244
Ardalis.Result.FluentValidation 86% 50% 6
Summary 15% (88 / 594) 5% (9 / 194) 316

@ardalis ardalis merged commit 2ebaed8 into ardalis:main Oct 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants