Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / vkhorikov/CSharpFunctionalExtensions issues and pull requests

#583 - feat: add allocation-free overloads for Result.MapError

Pull Request - State: open - Opened by marcinjahn 6 days ago

#581 - feat: add allocation-free overloads for Result.Map

Pull Request - State: open - Opened by marcinjahn 6 days ago

#580 - Tests failures are ignored in CI pipeline

Issue - State: open - Opened by marcinjahn 6 days ago

#579 - feat: add allocation-free overloads of Maybe.Match

Pull Request - State: open - Opened by marcinjahn 6 days ago

#578 - feat: add allocation-free overloads of Maybe.Map

Pull Request - State: open - Opened by marcinjahn 6 days ago

#577 - feat: add allocation-free overloads to async Maybe.Bind

Pull Request - State: open - Opened by marcinjahn 6 days ago

#576 - feat: add lazy overload of Maybe.ToResult

Pull Request - State: open - Opened by marcinjahn 8 days ago

#574 - Please put classes into their own namespaces

Issue - State: open - Opened by mohaaron about 1 month ago

#573 - CSharpFunctionalExtensions.dll does not represent a strongly named assembly

Issue - State: closed - Opened by andreaskasc about 1 month ago - 2 comments

#572 - Fix variable name in Choose section of readme

Pull Request - State: closed - Opened by RaphCayou about 2 months ago

#571 - Proposal: Ensure `null` with `Maybe`

Issue - State: open - Opened by DerStimmler about 2 months ago

#570 - v3.0.0 GetValueOrDefault() returns nullable when default value is not nullable

Issue - State: closed - Opened by seangwright about 2 months ago - 2 comments

#569 - Add async & func overloads for `Maybe.From`

Pull Request - State: closed - Opened by DerStimmler about 2 months ago

#568 - [Suggestion] Add async & func overloads for `Maybe.From`

Issue - State: closed - Opened by DerStimmler about 2 months ago - 1 comment

#567 - added select overload with projection for result

Pull Request - State: open - Opened by christophercalm about 2 months ago - 1 comment

#566 - Question: How to use linq query syntax for Result types

Issue - State: open - Opened by christophercalm 2 months ago - 6 comments

#565 - Add allocation-free Maybe.Bind overload

Pull Request - State: closed - Opened by marcinjahn 2 months ago - 1 comment

#563 - Add async overloads of Maybe.Match

Pull Request - State: closed - Opened by marcinjahn 2 months ago

#561 - Improve null handling of `Maybe`

Pull Request - State: closed - Opened by JKamue 3 months ago - 6 comments

#560 - Add `Result.Of` methods

Pull Request - State: closed - Opened by DerStimmler 3 months ago - 1 comment

#558 - Result<T, E>::GetValueOrDefault()

Pull Request - State: closed - Opened by mnissl 3 months ago - 1 comment

#556 - [Suggestion] `Result.Of()` to start a chain with a value

Issue - State: closed - Opened by DerStimmler 3 months ago - 3 comments

#555 - Add IError<string> to the Result struct

Pull Request - State: closed - Opened by bothzoli 4 months ago - 1 comment

#554 - Remove EOL .NET frameworks and obsolete methods

Pull Request - State: closed - Opened by bothzoli 4 months ago - 1 comment

#553 - [Question] How to handle different Error types in railway chain

Issue - State: open - Opened by DerStimmler 4 months ago - 6 comments

#552 - Separate comparable types

Pull Request - State: closed - Opened by dbuckin1 4 months ago - 10 comments

#549 - Update README.md

Pull Request - State: closed - Opened by julienasp 5 months ago

#547 - Adding Maybe.ToUnitResult()

Pull Request - State: closed - Opened by julienasp 5 months ago - 2 comments

#546 - Add IError<string> to the Result struct

Issue - State: closed - Opened by nicksoethof 6 months ago - 4 comments

#543 - Create strong named assembiles

Pull Request - State: closed - Opened by bothzoli 6 months ago - 10 comments

#541 - Add Select/SelectMany Result methods to perform do-notation like operation via LINQ

Pull Request - State: closed - Opened by PNZeml 7 months ago - 1 comment

#540 - Add BindZip to return the Tuple of merged Binds

Pull Request - State: closed - Opened by PNZeml 7 months ago - 1 comment

#535 - [Proposal] BindZip to store both income and outcome of Bind

Issue - State: closed - Opened by hankovich 8 months ago - 3 comments

#533 - Proposal: An Error class which has an inner error.

Issue - State: open - Opened by opcodewriter 8 months ago - 5 comments

#531 - Added Task and ValueTask versions for AsMaybe

Pull Request - State: closed - Opened by redx177 9 months ago - 1 comment

#530 - Moving extension methods onto `IResult` (to enable covariance)

Issue - State: open - Opened by redx177 9 months ago - 1 comment

#529 - Serialization

Issue - State: closed - Opened by TSDilov 9 months ago - 2 comments

#528 - Proposal: AsMaybeAsync

Issue - State: open - Opened by mollsju 10 months ago - 3 comments

#527 - Suggestion: split ValueObject to seperate nuget in order to safely trimming

Issue - State: closed - Opened by NotAsea 10 months ago - 1 comment

#525 - Bind chain with different return type

Issue - State: closed - Opened by theodorehook 12 months ago - 2 comments

#524 - Accept an errorFactory when converting Maybe to Result

Issue - State: open - Opened by blalonde about 1 year ago - 1 comment

#523 - doc() Add Analyzer section to README

Pull Request - State: closed - Opened by AlmarAubel about 1 year ago

#522 - Switch to license expression for package license

Pull Request - State: closed - Opened by Greybird about 1 year ago - 1 comment

#521 - Question: return the result

Issue - State: open - Opened by FoxTes about 1 year ago - 1 comment

#520 - Add two additional TapIf.Task functions

Pull Request - State: closed - Opened by NilsVreman about 1 year ago - 1 comment

#519 - More examples

Issue - State: open - Opened by opcodewriter about 1 year ago - 1 comment

#517 - Proposal for a TapIf overload

Pull Request - State: closed - Opened by fliebrecht about 1 year ago - 1 comment

#516 - Question: Result<T,E> with interfaces

Issue - State: closed - Opened by MettBeagle about 1 year ago - 1 comment

#515 - Proposal for a TapIf overload

Issue - State: closed - Opened by fliebrecht about 1 year ago - 1 comment

#513 - fix preprocessor conditions

Pull Request - State: closed - Opened by TechnoBerry about 1 year ago - 2 comments

#512 - Any plans to add more advanced concepts?

Issue - State: open - Opened by vgallegob over 1 year ago - 5 comments

#511 - Ensure returns Success instead of Failure

Issue - State: closed - Opened by yarecky1 over 1 year ago - 4 comments

#510 - Make Entity implement IComparable

Pull Request - State: closed - Opened by robertlarkins over 1 year ago - 2 comments

#508 - Where is TryFind for IDictionary?

Issue - State: open - Opened by tinytownsoftware over 1 year ago

#507 - Maybe extensions for MapTry and ExecuteTry

Issue - State: closed - Opened by tinytownsoftware over 1 year ago - 2 comments

#506 - Adding Task support to TapTry and TapIfTry

Pull Request - State: closed - Opened by tinytownsoftware over 1 year ago - 1 comment

#504 - Do you need any help for v3 ?

Issue - State: open - Opened by titouancreach over 1 year ago - 3 comments

#503 - Question about exception handling

Issue - State: open - Opened by chitoiur over 1 year ago - 2 comments
Labels: documentation

#502 - Allow returning a value from Match for UnitResult

Pull Request - State: closed - Opened by kosky37 over 1 year ago - 1 comment

#501 - Add link to CSharpFunctionalExtensions.UniTask

Pull Request - State: closed - Opened by Razenpok over 1 year ago

#497 - Remove deprecated API

Issue - State: open - Opened by vkhorikov over 1 year ago
Labels: release-3.0.0

#496 - Remove EOL .Net Frameworks.

Pull Request - State: closed - Opened by xavierjohn over 1 year ago - 5 comments
Labels: enhancement, release-3.0.0

#495 - Stop targeting old .NET Framework versions

Issue - State: closed - Opened by vkhorikov over 1 year ago
Labels: enhancement, release-3.0.0

#494 - Add ToResult extension to Nullable.

Pull Request - State: closed - Opened by xavierjohn over 1 year ago - 9 comments

#492 - add a method overload for GetValueOrThrow, that enables a custom exce…

Pull Request - State: closed - Opened by julienasp over 1 year ago - 1 comment

#491 - Add overload for passing object when Result is Failure

Issue - State: open - Opened by pantonis over 1 year ago - 1 comment

#490 - Fix symmetry violation of ValueObject comparison

Pull Request - State: closed - Opened by teheran over 1 year ago - 1 comment

#489 - Add GetValueOrDefault to Result

Pull Request - State: closed - Opened by MichalSznajder over 1 year ago - 1 comment

#488 - Add GetValueOrDefault to Result

Pull Request - State: closed - Opened by MichalSznajder over 1 year ago - 1 comment

#485 - Fixes compensate test and names

Pull Request - State: closed - Opened by xavierjohn almost 2 years ago

#484 - Question: Best way to map failure results to ActionResults?

Issue - State: open - Opened by DerStimmler almost 2 years ago - 3 comments

#483 - Missing Match for UnitResult

Issue - State: closed - Opened by thomaseyde almost 2 years ago - 2 comments
Labels: enhancement

#479 - `EnumValueObject` - Allow for `int` and implementation example?

Issue - State: open - Opened by jeffward01 almost 2 years ago - 2 comments

#478 - [Bug?] When `Maybe<T>` has a default value, the result is Maybe.HasValue == true

Issue - State: closed - Opened by jeffward01 almost 2 years ago - 2 comments

#475 - Entity mutable hashcode

Issue - State: closed - Opened by leubac almost 2 years ago - 4 comments

#474 - Maybe.TryFirst() performance side-effect

Issue - State: open - Opened by leubac almost 2 years ago - 2 comments

#453 - DDD improvements

Pull Request - State: open - Opened by max-arshinov about 2 years ago - 8 comments
Labels: enhancement

#435 - Soc to minimize transient dependencies

Issue - State: open - Opened by ProphetLamb about 2 years ago - 15 comments

#428 - Proposal: Add functionality to return List of error result with Result class

Issue - State: open - Opened by nagtilaklaxman over 2 years ago - 5 comments
Labels: potential enhancement

#417 - Request: Remove obsolete methods

Issue - State: closed - Opened by Paul-Williams over 2 years ago - 7 comments

#412 - Check/CheckIf on UnitResult?

Issue - State: open - Opened by mnissl over 2 years ago - 7 comments

#390 - Extension to check and map from nullable to non-nullable types

Issue - State: closed - Opened by BernhardMaier almost 3 years ago - 4 comments

#389 - Proposal: Move Entity and ValueObject to a separate nuget

Issue - State: open - Opened by AlexanderDorofeev almost 3 years ago - 2 comments

#378 - Add generic ErrorList<T> that supports Combine.

Pull Request - State: closed - Opened by xavierjohn almost 3 years ago - 26 comments

#356 - Maybe/Result without the 'Value' property (enforce checking before use)

Issue - State: open - Opened by Szune about 3 years ago - 5 comments

#351 - Result to Maybe

Issue - State: open - Opened by Uli-Armbruster about 3 years ago - 8 comments

#321 - Changing the Result signature from Result<Unit, string> to Result<Unit, Error>

Issue - State: open - Opened by vkhorikov about 3 years ago - 48 comments
Labels: enhancement, release-3.0.0

#319 - GetEqualityComponents

Issue - State: closed - Opened by ahcruzado about 3 years ago - 1 comment

#312 - GetValueOrDefault?

Issue - State: open - Opened by dominikjeske over 3 years ago - 42 comments
Labels: enhancement, release-3.0.0

#310 - NullReference exception on Entity class

Issue - State: closed - Opened by dataphysix over 3 years ago - 1 comment