Narvalo.Fx
0.28.0
dotnet add package Narvalo.Fx --version 0.28.0
NuGet\Install-Package Narvalo.Fx -Version 0.28.0
<PackageReference Include="Narvalo.Fx" Version="0.28.0" />
paket add Narvalo.Fx --version 0.28.0
#r "nuget: Narvalo.Fx, 0.28.0"
// Install Narvalo.Fx as a Cake Addin
#addin nuget:?package=Narvalo.Fx&version=0.28.0
// Install Narvalo.Fx as a Cake Tool
#tool nuget:?package=Narvalo.Fx&version=0.28.0
Features implementations of some of the usual suspects from functional programming: option type (Maybe<T>), error types (Result<T, TError>, Outcome<T> and Fallible<T>) for Railway Oriented Programming, simple disjoint union (Either<T1, T2>), (finite and infinite) sequence generators and LINQ extensions.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
- Narvalo.Core (>= 2.0.0)
- System.Collections (>= 4.3.0)
- System.Resources.ResourceManager (>= 4.3.0)
- System.Runtime (>= 4.3.0)
- System.ValueTuple (>= 4.3.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Narvalo.Fx:
Package | Downloads |
---|---|
Narvalo.Common
Provides various utilities (simple parsers, Int64 encoders) and extension methods for Collections, SQL client and XDom. |
|
Narvalo.Web
Provides types that might prove useful for Web development: generic HttpHandler type, asset providers, Razor and WebForms compile-time optimizers. |
|
Narvalo.Finance
BIC (ISO 9362) and IBAN types; includes support for parsing, validation and formatting. |
GitHub repositories
This package is not used by any popular GitHub repositories.