AStar.Dev.Functional.Extensions
0.4.5
dotnet add package AStar.Dev.Functional.Extensions --version 0.4.5
NuGet\Install-Package AStar.Dev.Functional.Extensions -Version 0.4.5
<PackageReference Include="AStar.Dev.Functional.Extensions" Version="0.4.5" />
<PackageVersion Include="AStar.Dev.Functional.Extensions" Version="0.4.5" />
<PackageReference Include="AStar.Dev.Functional.Extensions" />
paket add AStar.Dev.Functional.Extensions --version 0.4.5
#r "nuget: AStar.Dev.Functional.Extensions, 0.4.5"
#:package AStar.Dev.Functional.Extensions@0.4.5
#addin nuget:?package=AStar.Dev.Functional.Extensions&version=0.4.5
#tool nuget:?package=AStar.Dev.Functional.Extensions&version=0.4.5
AStar Dev Functional Extensions
Overview
This project contains a bunch of classes and extension methods to facilitate a more functional approach to handling errors and optional objects.
Result<T> and associated extensions
Full details can be found here
Option<T> and associated extensions
Full details can be found here
In addition, there is a blog post that, depending on when you see this, should have been published to this new-fangled t'interweb-thing...
Build and analysis
GitHub build
SonarQube details
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on AStar.Dev.Functional.Extensions:
Package | Downloads |
---|---|
AStar.Dev.Infrastructure
AStar.Dev.Infrastructure contains the common classes used by the FilesDb etc. packages. |
|
AStar.Dev.Admin.Api.Client.Sdk
This package contains the currently supported methods for interacting with the Admin API whilst abstracting the details.. |
|
AStar.Dev.Infrastructure.FilesDb
Defines the context and models for the FilesDb. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated | |
---|---|---|---|
0.4.5 | 52 | 9/2/2025 | |
0.4.4 | 38 | 9/2/2025 | |
0.4.2 | 265 | 8/18/2025 | |
0.4.0 | 138 | 8/17/2025 | |
0.3.2-alpha | 127 | 8/17/2025 | |
0.3.0-alpha | 128 | 8/13/2025 | |
0.2.0 | 451 | 4/29/2025 | |
0.1.0 | 167 | 4/29/2025 |
Add a pair of additional extension methods for MatchAsync to handle additional scenarios.