FluentResults
FluentResults copied to clipboard
A generalised Result object implementation for .NET/C#
Hi, since the update of fluentResults to 3.7 we are facing following issue. We have a code which functions as following ``` public static Result DynamicConvert(dynamic source, Type dest) {...
My [googling](https://www.google.com/search?client=firefox-b-1-d&sa=N&sxsrf=ALiCzsZifx0EldrQnTo0KLRbFfFjatPTQw:1659468373551&q=site:stackoverflow.com+%22fluentresults%22+map&ved=2ahUKEwiroq-38aj5AhXWAzQIHcKgB4c4ChDm3gJ6BAghEAE&biw=1920&bih=955&dpr=1) has come up dry, so I thought I'd ask here: is there any implementation of the typical `map()` you would find in other implementations of the result monad?...
Great job!
see build warnings
When I'm trying to use reflections in a signed .NET Framework 4.6.1 WPF control, it raises [ReflectionTypeLoadException](https://docs.microsoft.com/en-us/dotnet/api/System.Reflection.ReflectionTypeLoadException?view=netframework-4.8) when I use the Assembly.GetTypes() on an assembly in which FluentResults is used....
Hello im using fluent result version 3.5 with .net 6 api When I return the answer with Result.Ok(person).WithSuccess("Operation Successfull ...") in swagger reasons are fill bu successe message are empty...
I want to provide my example how I use the ResultDto. Most of the code, I get from here. But with mine you can optionally provide generic data. I use...
Hi all, thanks for the great package! I have a question about using Result class in ROP manner to implement parallel validations. Check this code as example: ``` public static...
Hi! I've made working POC for https://github.com/altmann/FluentResults/issues/103 Please tell me what do you think about it. If it fits to your idea I can improve it by adding some tests...