{"id":24224624,"url":"https://github.com/edumserrano/csharp-functional","last_synced_at":"2025-09-22T15:30:37.263Z","repository":{"id":65414173,"uuid":"99417095","full_name":"edumserrano/csharp-functional","owner":"edumserrano","description":"csharp-functional provides a set of NuGet packages to drive your coding towards a functional approach as well as enabling Railway Oriented programming","archived":false,"fork":false,"pushed_at":"2022-07-12T12:19:09.000Z","size":787,"stargazers_count":12,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-09-01T18:46:12.363Z","etag":null,"topics":["csharp","dotnet","functional","functional-programming","maybe","maybe-monad","result"],"latest_commit_sha":null,"homepage":"http://csharp-functional.readthedocs.io/en/latest/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edumserrano.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-05T10:52:13.000Z","updated_at":"2024-04-16T09:14:37.000Z","dependencies_parsed_at":"2023-01-23T10:55:12.115Z","dependency_job_id":null,"html_url":"https://github.com/edumserrano/csharp-functional","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edumserrano/csharp-functional","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edumserrano%2Fcsharp-functional","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edumserrano%2Fcsharp-functional/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edumserrano%2Fcsharp-functional/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edumserrano%2Fcsharp-functional/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edumserrano","download_url":"https://codeload.github.com/edumserrano/csharp-functional/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edumserrano%2Fcsharp-functional/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276430825,"owners_count":25641121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-22T02:00:08.972Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dotnet","functional","functional-programming","maybe","maybe-monad","result"],"created_at":"2025-01-14T07:17:53.959Z","updated_at":"2025-09-22T15:30:36.943Z","avatar_url":"https://github.com/edumserrano.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"C# Functional\n=============\n\n|docs| |licence|\n\n==================================================================== ======================================= ================================================\nDescription                                                          NuGet                                   Build Status\n==================================================================== ======================================= ================================================\nMaybe monad                                                          |maybe-nuget|                           |maybe-build-status|\nResult monad                                                         |result-nuget|                          |result-build-status|\nHttpResult monad                                                     |http-result-nuget|                     |http-result-build-status|\nResult monad extensions                                              |result-extensions-nuget|               |result-extensions-build-status|\nHttpResult monad extensions                                          |http-result-extensions-nuget|          |http-result-extensions-build-status|\nResult monad extensions that transforms them into HttpResult monad   |result-extensions-http-result-nuget|   |result-extensions-http-result-build-status|\nMaybe monad extensions that them into Result monad                   |maybe-extensions-result-nuget|         |maybe-extensions-result-build-status|\nSimple application of HttpResult monad                               |http-result-on-http-client-nuget|      |http-result-on-http-client-build-status|\n==================================================================== ======================================= ================================================\n\nIntro\n=====\n\nThis repository started as a learning experience about functional programming concepts. The main trigger was a Pluralsight video from Vladimir Khorikov named `Applying Functional Principles in C# \u003chttps://www.pluralsight.com/courses/csharp-applying-functional-principles\u003e`_.\n\nInstalling\n=================================================\n\nInstallation is performed via NuGet. Example for the Maybe monad NuGet package::\n    \n    PM\u003e Install-Package MaybeMonad\n\nBuilding\n=================================================\n\nThis repository adheres to the `F5 manifesto \u003chttp://www.khalidabuhakmeh.com/the-f5-manifesto-for-net-developers\u003e`_ so you should be able to clone, open in Visual Studio and build.\n\nDocumentation\n=================================================\n\nFor documentation go `here \u003chttp://csharp-functional.readthedocs.io/en/latest\u003e`_.\nTo understand better the structure of this repository see the section `About the repository \u003chttp://csharp-functional.readthedocs.io/en/latest/repository.html\u003e`_.\n\nFurther material:\n\n* `The Absolute Best Intro to Monads For Software Engineers \u003chttps://www.youtube.com/watch?v=C2w45qRc3aU\u003e`_\n\nLicence\n=================================================\n\nThis project is licensed under the `MIT license \u003chttps://github.com/edumserrano/roslyn-analyzers/blob/master/Licence\u003e`_.\n\n.. |docs| image:: https://readthedocs.org/projects/csharp-functional/badge/?version=latest\n    :alt: Documentation Status\n    :scale: 100%\n    :target: http://csharp-functional.readthedocs.io/en/latest/?badge=latest\n\n.. |licence| image:: https://img.shields.io/github/license/mashape/apistatus.svg\n    :alt: licence\n    :scale: 100%\n    :target: https://github.com/edumserrano/csharp-functional/blob/master/LICENSE\n\n.. |maybe-nuget| image:: https://img.shields.io/nuget/v/MaybeMonad.svg?style=flat\n    :alt: nuget package\n    :scale: 100%\n    :target: https://www.nuget.org/packages/MaybeMonad/\n\n.. |result-nuget| image:: https://img.shields.io/nuget/v/ResultMonad.svg?style=flat\n    :alt: nuget package\n    :scale: 100%\n    :target: https://www.nuget.org/packages/ResultMonad/\n\n.. |http-result-nuget| image:: https://img.shields.io/nuget/v/HttpResultMonad.svg?style=flat\n    :alt: nuget package\n    :scale: 100%\n    :target: https://www.nuget.org/packages/HttpResultMonad/\n\n.. |result-extensions-nuget| image:: https://img.shields.io/nuget/v/ResultMonad.Extensions.svg?style=flat\n    :alt: nuget package\n    :scale: 100%\n    :target: https://www.nuget.org/packages/ResultMonad.Extensions/\n\n.. |http-result-extensions-nuget| image:: https://img.shields.io/nuget/v/HttpResultMonad.Extensions.svg?style=flat\n    :alt: nuget package\n    :scale: 100%\n    :target: https://www.nuget.org/packages/HttpResultMonad.Extensions/\n\n.. |result-extensions-http-result-nuget| image:: https://img.shields.io/nuget/v/ResultMonad.Extensions.HttpResultMonad.svg?style=flat\n    :alt: nuget package\n    :scale: 100%\n    :target: https://www.nuget.org/packages/ResultMonad.Extensions.HttpResultMonad/\n\n.. |maybe-extensions-result-nuget| image:: https://img.shields.io/nuget/v/MaybeMonad.Extensions.ResultMonad.svg?style=flat\n    :alt: nuget package\n    :scale: 100%\n    :target: https://www.nuget.org/packages/MaybeMonad.Extensions.ResultMonad/\n\n.. |http-result-on-http-client-nuget| image:: https://img.shields.io/nuget/v/HttpResultMonad.HttpResultOnHttpClient.svg?style=flat\n    :alt: nuget package\n    :scale: 100%\n    :target: https://www.nuget.org/packages/HttpResultMonad.HttpResultOnHttpClient/\n\n.. |maybe-build-status| image:: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/35/badge\n    :alt: build status\n    :scale: 100%\n    :target: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/35/badge\n\n.. |result-build-status| image:: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/40/badge\n    :alt: build status\n    :scale: 100%\n    :target: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/40/badge\n\n.. |http-result-build-status| image:: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/43/badge\n    :alt: build status\n    :scale: 100%\n    :target: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/43/badge\n\n.. |result-extensions-build-status| image:: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/41/badge\n    :alt: build status\n    :scale: 100%\n    :target: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/41/badge\n\n.. |http-result-extensions-build-status| image:: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/44/badge\n    :alt: build status\n    :scale: 100%\n    :target: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/44/badge\n\n.. |result-extensions-http-result-build-status| image:: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/42/badge\n    :alt: build status\n    :scale: 100%\n    :target: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/42/badge\n\n.. |maybe-extensions-result-build-status| image:: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/38/badge\n    :alt: build status\n    :scale: 100%\n    :target: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/38/badge\n\n.. |http-result-on-http-client-build-status| image:: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/45/badge\n    :alt: build status\n    :scale: 100%\n    :target: https://eduardomserrano.visualstudio.com/_apis/public/build/definitions/19e4afb6-184b-4d8b-a0e5-a108602592b9/45/badge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedumserrano%2Fcsharp-functional","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedumserrano%2Fcsharp-functional","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedumserrano%2Fcsharp-functional/lists"}