CSharpFunctionalExtensions icon indicating copy to clipboard operation
CSharpFunctionalExtensions copied to clipboard

Functional extensions for C#

Results 130 CSharpFunctionalExtensions issues
Sort by recently updated
recently updated
newest added

What I'm trying to do is to get back on the Success track from Failure track. If this operation has failed, try this other one instead while moving to a...

- IEntity is introduced for situations when an existing codebase needs to be refactored. - AggregateRoot and IAggregateRoot are essential for domain event handling. TDomainEvent instead of IDomainEvent makes it...

enhancement

Hi @vkhorikov! Could you please add a [hacktoberfest label](https://hacktoberfest.digitalocean.com/resources/maintainers) to the repo?

Is it possible to strong name the assemblies? Many Thanks

enhancement

# Synopsis Apply soc to minimize transient dependencies when importing `CSharpFunctionalExtensions` by enforcing structure and separating unrelated and independent functionality into different projects. This is what I plan to do...

In documentation of projet there is several mentions of Tap operator, and none about Check operator. But IDE keep saying that Tap is obsolete, I checked in the source code,...

bug
documentation

Hi, Is there a way to use Combine in such a way that a result of Combine contains valueses of two/more results passed into Combine ? Imagine the code below...

potential enhancement

Added an Error object and an ErrorList object. ErrorList can combine Error objects. I had to drop net40;net45; since I could not find the developer pack to build those unsupported...

CheckIF and I think some other methods needs summaries for IntelliSense.