CSharpFunctionalExtensions 1.8.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CSharpFunctionalExtensions --version 1.8.0
                    
NuGet\Install-Package CSharpFunctionalExtensions -Version 1.8.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CSharpFunctionalExtensions" Version="1.8.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSharpFunctionalExtensions" Version="1.8.0" />
                    
Directory.Packages.props
<PackageReference Include="CSharpFunctionalExtensions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CSharpFunctionalExtensions --version 1.8.0
                    
#r "nuget: CSharpFunctionalExtensions, 1.8.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CSharpFunctionalExtensions@1.8.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CSharpFunctionalExtensions&version=1.8.0
                    
Install as a Cake Addin
#tool nuget:?package=CSharpFunctionalExtensions&version=1.8.0
                    
Install as a Cake Tool

CSharpFunctionalExtensions - functional extensions for C#.

Product 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 netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.3 is compatible.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (155)

Showing the top 5 NuGet packages that depend on CSharpFunctionalExtensions:

Package Downloads
Hopex.ApplicationServer.Extensions.Package

Hopex Application Server Packager

FenixAlliance.ABM.SDK

Application Component for the Alliance Business Suite.

Hopex.ApplicationServer.Commons

Hopex Application Server Commons

FluentAssertions.CSharpFunctionalExtensions

Package Description

CSharpFunctionalExtensions.FluentAssertions

This package provides a set of extensions to FluentAssertions to simplify the testing of project using CSharpFunctionalExtensions

GitHub repositories (14)

Showing the top 14 popular GitHub repositories that depend on CSharpFunctionalExtensions:

Repository Stars
Sophia-Community/SophiApp
:zap: The most powerful open source tweaker on GitHub for fine-tuning Windows 10 & Windows 11
stratisproject/StratisBitcoinFullNode
Bitcoin full node in C#
MoocDownloader/MoocDownloader
An MOOC downloader implemented by .NET. 一枚由 .NET 实现的 MOOC 下载器.
dorisoy/Dorisoy.Pan
Dorisoy.Pan 是基于.net core8 的跨平台文档管理系统,使用 MS SQL 2012 / MySql8.0(或更高版本)后端数据库,您可以在 Windows、Linux 或 Mac 上运行它,项目中的所有方法都是异步的,支持令牌基身份验证,项目体系结构遵循著名的软件模式和最佳安全实践。源代码是完全可定制的,热插拔且清晰的体系结构,使开发定制功能和遵循任何业务需求变得容易。 系统使用最新的 Microsoft 技术,高性能稳定性和安全性
vkhorikov/CqrsInPractice
Source code for the CQRS in Practice Pluralsight course
vkhorikov/AnemicDomainModel
Source code for the Anemic Domain Model Pluralsight course
vkhorikov/DddAndEFCore
Source code for the DDD and EF Core Pluralsight course
block-core/blockcore
Open source .NET Core Bitcoin based blockchain node in C#
TuralSuleymani/the-real-DDD-CQRS-CleanArchitecture
A real-world example of a shopping basket API built with C#, showcasing Domain-Driven Design (DDD), Clean Architecture, and CQRS patterns. Includes features like basket management, discount application, and event-driven design with Kafka.
vkhorikov/SpecPattern
Source code for the Specification Pattern in C# Pluralsight course
DevBetterCom/DevBetterWeb
A simple web application for devBetter
vkhorikov/FuntionalPrinciplesCsharp
Source code for the Applying Functional Principles in C# course
matt-bentley/CleanArchitecture
An opinionated ASP.NET Core solution setup for creating web applications using Clean Architecture and Domain-Driven Design principles.
vkhorikov/ValidationInDDD
The source code for the Pluralsight course about Validation, DDD, and FluentValidation library
Version Downloads Last Updated
3.6.0 298,444 4/6/2025
3.5.1 267,868 2/22/2025
3.5.0 3,181 2/22/2025
3.4.3 439,999 12/29/2024
3.4.2 3,120 12/29/2024
3.4.1 3,813 12/28/2024
3.4.0 4,407 12/27/2024
3.3.0 14,310 12/23/2024
3.2.0 353,908 11/18/2024
3.1.0 457,917 9/28/2024
3.0.0 220,828 9/8/2024
2.42.5 922,805 6/23/2024
2.42.4 6,342 6/23/2024
2.42.3 2,219 6/23/2024
2.42.2 2,286 6/23/2024
2.42.1 5,411 6/23/2024
2.42.0 591,225 4/29/2024
2.41.0 668,901 2/24/2024
2.40.3 1,600,059 10/14/2023
2.40.2 134,963 9/27/2023
2.40.1 174,738 9/7/2023
2.40.0 540,975 7/4/2023
2.39.2 190,304 6/6/2023
2.39.1 21,700 6/5/2023
2.39.0 236,842 5/6/2023
2.38.1 491,690 3/14/2023
2.38.0 68,002 3/13/2023
2.37.0 1,858,622 11/19/2022
2.36.1 342,840 10/31/2022
2.36.0 2,557 10/31/2022
2.35.1 126,640 10/21/2022
2.35.0 59,834 10/17/2022
2.34.3 241,809 9/26/2022
2.34.2 2,688 9/26/2022
2.34.1 40,001 9/21/2022
2.34.0 161,495 9/9/2022
2.33.3 49,569 9/5/2022
2.33.2 98,334 8/23/2022 2.33.2 is deprecated.
2.33.1 18,446 8/22/2022
2.33.0 10,551 8/21/2022
2.32.0 6,412 8/19/2022
2.31.1 276,386 8/1/2022
2.31.0 217,700 7/11/2022
2.30.0 65,946 7/4/2022
2.29.4 67,308 6/23/2022
2.29.3 122,131 6/11/2022
2.29.2 70,119 6/4/2022
2.29.1 1,811,636 4/25/2022
2.29.0 531,410 3/24/2022
2.28.3 192,667 3/9/2022
2.28.2 210,661 2/26/2022
2.28.1 38,456 2/21/2022
2.28.0 193,366 2/6/2022
2.27.2 93,667 1/24/2022
2.27.1 105,369 1/11/2022
2.27.0 120,218 12/24/2021
2.26.1 290,212 11/27/2021
2.26.0 115,429 11/23/2021
2.25.0 20,232 11/19/2021
2.24.4 132,119 11/11/2021
2.24.3 25,424 11/7/2021
2.24.1 38,991 10/29/2021
2.24.0 73,752 10/18/2021
2.23.0 26,175 10/12/2021
2.22.0 138,192 10/5/2021
2.21.1 18,249 9/29/2021
2.21.0 2,315 9/29/2021
2.20.4 68,608 9/22/2021
2.20.3 21,057 9/19/2021
2.20.2 4,207 9/17/2021
2.20.1 32,287 9/14/2021
2.20.0 200,432 8/17/2021
2.19.0 47,217 8/12/2021
2.18.0 176,842 7/19/2021
2.17.0 156,683 6/28/2021
2.16.0 39,202 6/19/2021
2.15.3 328,301 5/25/2021
2.15.2 79,979 5/7/2021
2.15.1 389,120 3/20/2021
2.15.0 61,131 3/8/2021
2.14.5 242,425 2/28/2021
2.14.4 83,934 2/23/2021
2.14.3 66,631 2/15/2021
2.14.2 9,230 2/13/2021
2.14.1 325,550 1/11/2021
2.14.0 68,119 12/27/2020
2.13.3 37,170 12/17/2020
2.13.2 113,705 12/1/2020
2.13.1 3,875 11/30/2020
2.13.0 39,510 11/24/2020
2.12.2 149,789 11/3/2020
2.12.1 40,921 11/2/2020
2.12.0 196,010 10/17/2020
2.11.9 99,784 10/6/2020
2.11.8 62,128 9/25/2020
2.11.7 255,827 9/1/2020
2.11.6 23,570 8/28/2020
2.11.5 159,733 8/8/2020
2.11.4 17,445 8/4/2020
2.11.3 54,313 8/3/2020
2.11.2 2,890 8/3/2020
2.11.1 127,724 7/24/2020
2.11.0 18,449 7/18/2020
2.10.0 57,848 7/10/2020
2.9.0 31,492 7/6/2020
2.8.2 143,853 6/27/2020
2.8.1 176,049 6/3/2020
2.8.0 235,929 5/20/2020
2.7.1 227,762 4/22/2020
2.7.0 92,728 4/15/2020
2.6.0 103,931 4/7/2020
2.5.0 40,866 3/29/2020
2.4.1 147,026 3/12/2020
2.4.0 2,697 3/12/2020
2.3.0 558,054 1/5/2020
2.2.2 218,315 11/5/2019
2.2.1 3,490 11/5/2019
2.2.0 3,087 11/5/2019
2.1.1 192,920 9/30/2019
2.1.0 85,130 9/10/2019
2.0.0 68,597 9/3/2019
1.19.1 272,449 7/29/2019
1.19.0 46,643 7/16/2019
1.18.2 59,717 6/26/2019
1.18.1 213,649 4/26/2019
1.18.0 99,224 4/1/2019
1.17.0 83,932 2/21/2019
1.16.1 46,581 1/26/2019
1.16.0 9,477 1/23/2019
1.15.2 31,376 1/9/2019
1.15.1 30,388 1/7/2019
1.15.0 3,055 1/7/2019
1.14.0 75,377 12/18/2018
1.13.1 72,881 12/17/2018
1.13.0 135,480 11/4/2018
1.12.0 53,657 10/10/2018
1.11.0 17,364 10/2/2018
1.10.0 338,724 3/23/2018
1.9.1 23,727 3/8/2018
1.9.0 12,254 2/16/2018
1.8.1 67,021 11/27/2017
1.8.0 13,038 11/18/2017
1.7.1 52,360 3/16/2017
1.7.0 13,018 11/21/2016
1.6.2 5,388 9/6/2016
1.6.1 2,752 8/29/2016
1.6.0 2,699 8/29/2016
1.5.0 2,783 8/18/2016
1.4.0 2,923 7/22/2016
1.3.2 2,955 7/11/2016
1.3.1 2,922 7/11/2016
1.3.0 2,822 7/2/2016
1.2.0 2,772 7/1/2016
1.1.0 2,835 6/24/2016
1.0.1 26,062 6/20/2016 1.0.1 is deprecated because it is no longer maintained.