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

#308 - [Question] Parameterising valueobjects for validation purposes

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

#302 - Id on Entity class should be private.

Issue - State: closed - Opened by xavierjohn over 3 years ago - 3 comments

#274 - Add EnumValueObject

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

#255 - Create full documentation

Issue - State: open - Opened by vkhorikov almost 4 years ago - 4 comments
Labels: infrastructure, release-3.0.0

#253 - Shouldn't Maybe take T? vs T

Issue - State: open - Opened by xavierjohn almost 4 years ago - 6 comments
Labels: enhancement

#240 - Provide option for .Combine() to condense the error messages

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

#139 - Maybe vs C#8 Nullable Reference Types

Issue - State: open - Opened by space-alien about 5 years ago - 7 comments

#100 - Tiny fix

Pull Request - State: closed - Opened by space-alien almost 6 years ago

#99 - new Result()

Issue - State: closed - Opened by space-alien almost 6 years ago - 2 comments

#98 - Add OnSuccessAsync, OnFailureAsync

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

#97 - ErrorMessagesSeparator is configurable at a central place

Pull Request - State: closed - Opened by altmann almost 6 years ago - 2 comments

#96 - Add async OnSuccessTry methods (#70)

Pull Request - State: closed - Opened by a-z-hub almost 6 years ago

#95 - ValueObject.Equals returns false in case of different types

Pull Request - State: closed - Opened by linkdotnet almost 6 years ago - 4 comments

#94 - Replace hash code implementation with the use of HashCode

Issue - State: closed - Opened by vkhorikov almost 6 years ago - 1 comment

#93 - ValueObject Equals throws Exception

Issue - State: closed - Opened by linkdotnet almost 6 years ago - 3 comments

#92 - Add Result.Try method (#70)

Pull Request - State: closed - Opened by a-z-hub almost 6 years ago - 3 comments

#91 - Simplied Asynchronous plus some major modifications

Pull Request - State: closed - Opened by ak98 almost 6 years ago - 3 comments

#90 - Creating a result with null as value (all types, not only nullable struct)

Issue - State: closed - Opened by altmann almost 6 years ago - 6 comments

#89 - Result.Ok(...) needs non-null value

Issue - State: closed - Opened by altmann almost 6 years ago - 1 comment

#88 - Remove Moq and all Mocks

Pull Request - State: closed - Opened by a-z-hub almost 6 years ago

#87 - Add Result.Create(...) methods (#85)

Pull Request - State: closed - Opened by a-z-hub almost 6 years ago

#86 - Ensure methods tests (#83)

Pull Request - State: closed - Opened by a-z-hub almost 6 years ago - 1 comment

#85 - Add new method for create result. Result.Create(Func<bool>, error)

Issue - State: closed - Opened by a-z-hub almost 6 years ago - 1 comment

#84 - Create new CSharpFunctionalExtensions asp.net code API specific

Issue - State: closed - Opened by a-z-hub almost 6 years ago - 2 comments

#83 - Increase code coverage Ensure methods

Issue - State: closed - Opened by a-z-hub almost 6 years ago

#82 - Maybe.None work correct with Tuples (#45)

Pull Request - State: closed - Opened by a-z-hub almost 6 years ago

#81 - In Ensure method use argument as result if possible (#62)

Pull Request - State: closed - Opened by a-z-hub almost 6 years ago

#80 - Add Combine extension methods (#79)

Pull Request - State: closed - Opened by a-z-hub almost 6 years ago - 5 comments

#79 - Add extension method Combine for IEnumerable<Result<T>> / IEnumerable<Result>

Issue - State: closed - Opened by a-z-hub almost 6 years ago - 2 comments

#78 - Implemented deconstruction for all kinds of Result

Pull Request - State: closed - Opened by saitonakamura almost 6 years ago - 5 comments

#77 - EqualityComparer for Maybe<Dynamic> returns not equals for Maybe<>.None.

Issue - State: closed - Opened by kostekk88 almost 6 years ago - 3 comments

#76 - Result desconstruction

Issue - State: closed - Opened by saitonakamura almost 6 years ago - 1 comment

#75 - Add OnFailureCompensate extension methods with tests and example

Pull Request - State: closed - Opened by golavr almost 6 years ago - 1 comment

#74 - Added a Net4.0 project to allow use of Microsoft.Bcl.Async

Pull Request - State: closed - Opened by CarlHA almost 6 years ago - 5 comments

#73 - Replace reference to Microsoft.CompilerServices.AsyncTargetingPack

Pull Request - State: closed - Opened by CarlHA almost 6 years ago - 2 comments

#72 - Set up CI with Azure Pipelines

Pull Request - State: closed - Opened by vkhorikov about 6 years ago - 2 comments

#71 - Added basic overloads for Result<T, TError>

Pull Request - State: closed - Opened by hankovich about 6 years ago - 2 comments

#70 - Result Try method

Issue - State: closed - Opened by kitsu about 6 years ago - 4 comments

#69 - Add OnSuccessWithTransactionScope

Pull Request - State: closed - Opened by freakingawesome about 6 years ago - 1 comment

#68 - Fix Maybe.HasValue for None on structs

Pull Request - State: closed - Opened by freakingawesome about 6 years ago - 1 comment

#67 - Maybe<int>.None.HasValue is true

Issue - State: closed - Opened by FrancoisM about 6 years ago - 6 comments

#66 - Make error message separator , configureable

Issue - State: closed - Opened by altmann about 6 years ago - 4 comments

#65 - Error : Cannot implicitly convert type

Issue - State: open - Opened by 77it about 6 years ago - 1 comment

#64 - Extension resolution

Issue - State: open - Opened by FrancoisM over 6 years ago

#63 - Visual Studio is very slow when the method chain gets to long.

Issue - State: open - Opened by Wizzuriz over 6 years ago - 2 comments

#62 - ResultExtensions, why Ensure creates new instance of Result?

Issue - State: closed - Opened by Szychulski over 6 years ago - 2 comments

#61 - Maybe<DateTime> doesn't work

Issue - State: closed - Opened by paparent over 6 years ago - 8 comments

#60 - How to share value between successive calls in the pipeline

Issue - State: closed - Opened by paulvanbladel over 6 years ago - 3 comments

#58 - Result with error type

Issue - State: closed - Opened by alexmaie over 6 years ago - 4 comments

#57 - Change default ConfigureAwait to true

Pull Request - State: closed - Opened by robosek over 6 years ago - 3 comments

#56 - Rebase on #55 + Extensions

Pull Request - State: closed - Opened by sergatgh over 6 years ago - 1 comment

#55 - New result structure with error object.

Pull Request - State: closed - Opened by sergatgh over 6 years ago - 1 comment

#54 - GetObjectData logic can be moved to ResultCommonLogic

Pull Request - State: closed - Opened by sergatgh over 6 years ago - 1 comment

#53 - default ConfigureAwait(false) is causing to lose thread culture

Issue - State: closed - Opened by vukasinspasic over 6 years ago - 4 comments

#52 - Nuget Package Code Installation

Issue - State: open - Opened by donamk over 6 years ago - 4 comments

#51 - Adding an implicit operator for T to the Result<T> class to get the value?

Issue - State: closed - Opened by leblancdavid over 6 years ago - 4 comments

#50 - Combine<T> doesn't return Result<T>

Issue - State: closed - Opened by BennieCopeland over 6 years ago - 1 comment

#49 - Calling an async method OnSuccess

Issue - State: open - Opened by BennieCopeland almost 7 years ago - 3 comments

#48 - Sign Nuget Package Assembly with strong name

Issue - State: closed - Opened by rightdirection1 almost 7 years ago - 9 comments
Labels: duplicate

#47 - 1.8.0+ Breaks at least one Ensure Overload

Issue - State: open - Opened by solvingj almost 7 years ago - 4 comments

#46 - How using OnSuccess/OnFailure inside an linq aggregate function

Issue - State: open - Opened by paulvanbladel almost 7 years ago - 4 comments

#45 - Maybe.None doesn't work with Tuples

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

#44 - multiframework support: .net standard 2.0, .net standard 1.3, .net 4, .net 4.5, .net 4.6.1

Pull Request - State: closed - Opened by mjharwood almost 7 years ago - 1 comment

#43 - Multi-target support: added netstandard2.0 and net45

Pull Request - State: closed - Opened by mjharwood almost 7 years ago - 3 comments

#42 - Suggestion: tag versions

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

#41 - Json serialization of Result

Issue - State: closed - Opened by FrancoisM about 7 years ago - 11 comments

#40 - Cannot Access Maybe<T>.None on .NET 4.6.2

Issue - State: closed - Opened by valainisgt about 7 years ago - 3 comments

#39 - Func<T> to Result<T>

Issue - State: closed - Opened by leandromoh about 7 years ago - 3 comments

#38 - Proposal: Add implicit operator T(Maybe<T> value)

Issue - State: closed - Opened by rutkowskit over 7 years ago - 3 comments

#37 - Result with Task Cancellation

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

#36 - Maybe.None + tests added

Pull Request - State: closed - Opened by dragan-stepanovic over 7 years ago - 1 comment

#35 - Proposal: Make Result.Error generic (or object)

Issue - State: closed - Opened by draptik over 7 years ago - 5 comments

#34 - Maybe.None could be added

Issue - State: closed - Opened by dragan-stepanovic over 7 years ago - 1 comment

#33 - typed fail excepion

Issue - State: closed - Opened by Roelant86 over 7 years ago - 3 comments

#32 - Removed constraints, had to change uses of null to default(T)

Pull Request - State: closed - Opened by solvingj over 7 years ago

#31 - Add travis or appveyor yaml to run tests on CI server

Issue - State: closed - Opened by jonny-novikov over 7 years ago - 1 comment

#30 - Added continueOnCapturedContext parameter to Async extensions

Pull Request - State: closed - Opened by jonny-novikov over 7 years ago - 5 comments

#29 - Revert "Update to netstandard 1.3, added ISerializable"

Pull Request - State: closed - Opened by solvingj over 7 years ago - 4 comments

#28 - Question about Maybe and Enums

Issue - State: closed - Opened by solvingj over 7 years ago - 10 comments

#27 - Strong Name

Issue - State: closed - Opened by ResiEvil over 7 years ago - 10 comments
Labels: enhancement

#26 - Added Exception overload

Pull Request - State: closed - Opened by peterdeme over 7 years ago - 3 comments

#25 - Name collisions

Issue - State: closed - Opened by esteimanuel over 7 years ago - 5 comments

#23 - Migrated solution to new visual studio 2017 project file format

Pull Request - State: closed - Opened by dmolokanov over 7 years ago

#22 - VS2017 compatibility : Tests project need to be migrated

Issue - State: closed - Opened by abhith over 7 years ago - 1 comment

#21 - Added flatmap methods, unit tests, and examples

Pull Request - State: closed - Opened by solvingj over 7 years ago - 1 comment

#20 - Add generic combine method

Pull Request - State: closed - Opened by solvingj over 7 years ago

#19 - Add more missing onfailure overloads

Pull Request - State: closed - Opened by solvingj over 7 years ago

#18 - Result.Combine does not work with Result<T>[]

Issue - State: closed - Opened by solvingj over 7 years ago - 1 comment

#17 - Is there a "flatMap" method in the library?

Issue - State: closed - Opened by solvingj almost 8 years ago - 5 comments

#16 - Best Method to "Peek" Into a Result for Logging

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

#15 - How can I distinguish between types of failures with Result?

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

#14 - Need help choosing Result or Maybe

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

#13 - Maybe with Structs

Issue - State: closed - Opened by gregberns almost 8 years ago - 4 comments

#12 - targeting net standard 1.0

Pull Request - State: closed - Opened by ooraini almost 8 years ago - 2 comments

#11 - Are these extensions suitable for use with VB.Net?

Issue - State: closed - Opened by beppe9000 about 8 years ago - 4 comments

#10 - Add Func<> equivalent to Execute Action<> Maybe extension

Pull Request - State: open - Opened by laurence79 about 8 years ago - 9 comments

#8 - OnFailureExtensions - added method + tests

Pull Request - State: closed - Opened by peteski22 about 8 years ago