golavr

Results 6 comments of golavr

@philproctor any update on this enhancement? this feature will save a lot of configuration changes as @mariotacke mentioned thanks

I checked on v6.0.6, still exists. Guys, don't you think it's an essential feature?

echoing @vkhorikov very good proposal. my vote on static result creation methods is taking the first approach. but i think moving from struct to class and the loss of non-nullability...

i'm very interested of using functional approach in production code @Wizzuriz raised some very important issue it would be nice to hear your thoughts about this

using new version and according to your flow, you should change After() to: ```csharp public Result After() { return Result.SuccessIf(() => true, "validation failed") .Finally(result => result.IsSuccess ? A() :...

please default add English dictionary to global dictionary. ![Untitled](https://user-images.githubusercontent.com/22896741/56395267-9cd3ca80-6242-11e9-8161-25d4c77c0ec6.png)