Here 0.1.0
.NET library that provide mainly functional features for C#.
This means concept of Maybe (Monad) and Result.
Supported platforms:
- .NET Framework 4.5+
- .NET Standard 1.1+
- .NET Core
See the version list below for details.
Install-Package Here -Version 0.1.0
dotnet add package Here --version 0.1.0
<PackageReference Include="Here" Version="0.1.0" />
paket add Here --version 0.1.0
Release Notes
➟ Release 0.1.0
- General:
- Add JetBrains annotations on many methods of the library to clarify them.
- For Maybe:
- Supports bitwise and logical AND and OR operators.
- New IfElse extensions.
- New Linq extension (OfType) and simplify usage of Cast too.
- Try parse now are available with custom arguments like those available in .NET Framework.
- For Result:
- First implementation of Result.
Dependencies
-
.NETFramework 4.5.2
- JetBrains.Annotations (>= 11.1.0)
-
.NETStandard 1.1
- JetBrains.Annotations (>= 11.1.0)
- NETStandard.Library (>= 1.6.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.