CSharpFunctionalExtensions 1.12.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package CSharpFunctionalExtensions --version 1.12.0
                    
NuGet\Install-Package CSharpFunctionalExtensions -Version 1.12.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.12.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CSharpFunctionalExtensions" Version="1.12.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.12.0
                    
#r "nuget: CSharpFunctionalExtensions, 1.12.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.12.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.12.0
                    
Install as a Cake Addin
#tool nuget:?package=CSharpFunctionalExtensions&version=1.12.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 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 is compatible.  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 (15)

Showing the top 15 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
gizemcifguvercin/E-News
This project is about how we can send news to related news agency. You can look at Use Case, Architecture, Technical Overview on README file
Version Downloads Last Updated
3.6.0 300,851 4/6/2025
3.5.1 268,299 2/22/2025
3.5.0 3,190 2/22/2025
3.4.3 440,438 12/29/2024
3.4.2 3,126 12/29/2024
3.4.1 3,819 12/28/2024
3.4.0 4,413 12/27/2024
3.3.0 14,317 12/23/2024
3.2.0 354,455 11/18/2024
3.1.0 458,476 9/28/2024
3.0.0 220,991 9/8/2024
2.42.5 923,720 6/23/2024
2.42.4 6,345 6/23/2024
2.42.3 2,222 6/23/2024
2.42.2 2,290 6/23/2024
2.42.1 5,415 6/23/2024
2.42.0 591,553 4/29/2024
2.41.0 669,182 2/24/2024
2.40.3 1,600,992 10/14/2023
2.40.2 135,004 9/27/2023
2.40.1 174,772 9/7/2023
2.40.0 541,036 7/4/2023
2.39.2 190,441 6/6/2023
2.39.1 21,704 6/5/2023
2.39.0 236,900 5/6/2023
2.38.1 491,758 3/14/2023
2.38.0 68,018 3/13/2023
2.37.0 1,860,008 11/19/2022
2.36.1 342,979 10/31/2022
2.36.0 2,558 10/31/2022
2.35.1 126,661 10/21/2022
2.35.0 59,861 10/17/2022
2.34.3 241,832 9/26/2022
2.34.2 2,689 9/26/2022
2.34.1 40,008 9/21/2022
2.34.0 161,500 9/9/2022
2.33.3 49,586 9/5/2022
2.33.2 98,336 8/23/2022 2.33.2 is deprecated.
2.33.1 18,450 8/22/2022
2.33.0 10,552 8/21/2022
2.32.0 6,413 8/19/2022
2.31.1 276,412 8/1/2022
2.31.0 217,723 7/11/2022
2.30.0 65,950 7/4/2022
2.29.4 67,310 6/23/2022
2.29.3 122,144 6/11/2022
2.29.2 70,122 6/4/2022
2.29.1 1,813,484 4/25/2022
2.29.0 531,431 3/24/2022
2.28.3 192,681 3/9/2022
2.28.2 210,675 2/26/2022
2.28.1 38,457 2/21/2022
2.28.0 193,389 2/6/2022
2.27.2 93,680 1/24/2022
2.27.1 105,371 1/11/2022
2.27.0 120,229 12/24/2021
2.26.1 290,242 11/27/2021
2.26.0 115,457 11/23/2021
2.25.0 20,238 11/19/2021
2.24.4 132,131 11/11/2021
2.24.3 25,424 11/7/2021
2.24.1 38,991 10/29/2021
2.24.0 73,756 10/18/2021
2.23.0 26,177 10/12/2021
2.22.0 138,193 10/5/2021
2.21.1 18,249 9/29/2021
2.21.0 2,315 9/29/2021
2.20.4 68,618 9/22/2021
2.20.3 21,058 9/19/2021
2.20.2 4,207 9/17/2021
2.20.1 32,289 9/14/2021
2.20.0 200,466 8/17/2021
2.19.0 47,218 8/12/2021
2.18.0 176,856 7/19/2021
2.17.0 156,690 6/28/2021
2.16.0 39,202 6/19/2021
2.15.3 328,412 5/25/2021
2.15.2 79,988 5/7/2021
2.15.1 389,161 3/20/2021
2.15.0 61,132 3/8/2021
2.14.5 242,528 2/28/2021
2.14.4 83,946 2/23/2021
2.14.3 66,634 2/15/2021
2.14.2 9,230 2/13/2021
2.14.1 325,597 1/11/2021
2.14.0 68,139 12/27/2020
2.13.3 37,174 12/17/2020
2.13.2 113,720 12/1/2020
2.13.1 3,875 11/30/2020
2.13.0 39,511 11/24/2020
2.12.2 149,796 11/3/2020
2.12.1 40,921 11/2/2020
2.12.0 196,021 10/17/2020
2.11.9 99,796 10/6/2020
2.11.8 62,128 9/25/2020
2.11.7 255,831 9/1/2020
2.11.6 23,572 8/28/2020
2.11.5 159,734 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,073 6/3/2020
2.8.0 235,939 5/20/2020
2.7.1 227,769 4/22/2020
2.7.0 92,728 4/15/2020
2.6.0 103,932 4/7/2020
2.5.0 40,868 3/29/2020
2.4.1 147,043 3/12/2020
2.4.0 2,697 3/12/2020
2.3.0 558,147 1/5/2020
2.2.2 218,316 11/5/2019
2.2.1 3,490 11/5/2019
2.2.0 3,087 11/5/2019
2.1.1 192,925 9/30/2019
2.1.0 85,140 9/10/2019
2.0.0 68,600 9/3/2019
1.19.1 272,475 7/29/2019
1.19.0 46,648 7/16/2019
1.18.2 59,720 6/26/2019
1.18.1 213,652 4/26/2019
1.18.0 99,226 4/1/2019
1.17.0 83,958 2/21/2019
1.16.1 46,585 1/26/2019
1.16.0 9,477 1/23/2019
1.15.2 31,388 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,495 11/4/2018
1.12.0 53,662 10/10/2018
1.11.0 17,364 10/2/2018
1.10.0 338,748 3/23/2018
1.9.1 23,730 3/8/2018
1.9.0 12,255 2/16/2018
1.8.1 67,023 11/27/2017
1.8.0 13,049 11/18/2017
1.7.1 52,376 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,067 6/20/2016 1.0.1 is deprecated because it is no longer maintained.