FuncSharp 1.7.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package FuncSharp --version 1.7.1
                    
NuGet\Install-Package FuncSharp -Version 1.7.1
                    
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="FuncSharp" Version="1.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FuncSharp" Version="1.7.1" />
                    
Directory.Packages.props
<PackageReference Include="FuncSharp" />
                    
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 FuncSharp --version 1.7.1
                    
#r "nuget: FuncSharp, 1.7.1"
                    
#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 FuncSharp@1.7.1
                    
#: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=FuncSharp&version=1.7.1
                    
Install as a Cake Addin
#tool nuget:?package=FuncSharp&version=1.7.1
                    
Install as a Cake Tool

A C# library with main purpose to reduce boilerplate code and avoid bugs thanks to stronger typing. Utilizes many concepts from functional programming languages that are also applicable in 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 netcoreapp3.1 is compatible. 
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.7.2

    • No dependencies.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on FuncSharp:

Package Downloads
Mews.Fiscalizations.All

All Mews Fiscalizations

Mews.Fiscalizations.Core

Core library for implementing other fiscalization libraries.

Mews.Fiscalizations.Czechia

Client for EET - Czech fiscal machines.

Mews.Fiscalizations.Germany

Client for Fiskaly - German Fiscalization.

Mews.Fiscalizations.Hungary

Client for NAV - Online Szamla.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.0.5 2,951 11/20/2025
10.0.4 42,043 5/28/2025
10.0.3 12,763 2/4/2025
10.0.2 29,023 8/23/2024
10.0.1 746 8/23/2024
10.0.0 763 8/23/2024
9.0.3 159,709 2/15/2024
9.0.2 28,554 1/4/2024
9.0.1 1,063 1/3/2024
9.0.0 1,441 12/27/2023
8.0.0 9,678 10/12/2023
8.0.0-preview.3 1,367 9/22/2023
8.0.0-preview.2 198 9/22/2023
8.0.0-preview.1 979 9/7/2023
7.0.1 3,375 8/27/2023
1.7.1 46,452 7/6/2020
Loading failed

Removed Try.Create that catches all exceptions implicitly.