This framework uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
Info
Version: | 5.0.0-beta-22 |
Author(s): | Paul Louth |
Last Update: | Friday, September 20, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/louthy/language-ext |
NuGet Url: | https://www.nuget.org/packages/LanguageExt.Core |
Install
Install-Package LanguageExt.Core
dotnet add package LanguageExt.Core
paket add LanguageExt.Core
LanguageExt.Core Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.CSharp(>= 4.5.0)
- System.Diagnostics.Contracts(>= 4.3.0)
- System.Globalization.Extensions(>= 4.3.0)
- System.Linq(>= 4.3.0)
- System.Linq.Queryable(>= 4.3.0)
- System.Memory(>= 4.5.3)
- System.Reflection.Emit(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
- System.Runtime.Serialization.Formatters(>= 4.3.0)
- System.Threading.Tasks.Extensions(>= 4.5.2)
- System.ValueTuple(>= 4.5.0)
- Microsoft.CSharp(>= 4.5.0)
- System.Memory(>= 4.5.3)
- System.Reflection.Emit(>= 4.3.0)
- System.Threading.Tasks.Extensions(>= 4.5.2)
- System.ValueTuple(>= 4.5.0)
Tags