FpFilters 9.2025.914.1839

dotnet add package FpFilters --version 9.2025.914.1839
                    
NuGet\Install-Package FpFilters -Version 9.2025.914.1839
                    
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="FpFilters" Version="9.2025.914.1839" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FpFilters" Version="9.2025.914.1839" />
                    
Directory.Packages.props
<PackageReference Include="FpFilters" />
                    
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 FpFilters --version 9.2025.914.1839
                    
#r "nuget: FpFilters, 9.2025.914.1839"
                    
#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 FpFilters@9.2025.914.1839
                    
#: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=FpFilters&version=9.2025.914.1839
                    
Install as a Cake Addin
#tool nuget:?package=FpFilters&version=9.2025.914.1839
                    
Install as a Cake Tool

FpFilters

Filters for LINQ and functional programming in C#.

Features

  • Type filters (IsString, IsNumber, IsObject, etc.)
  • Miscellaneous filters (Is, IsNot, IsNullOrDefault, etc.)
  • Date, Boolean, Array, Object, String, Number, Length, and Position filters

Installation

You can install via NuGet:

dotnet add package FpFilters

Usage

using FpFilters;

var numbers = new[] { 1, 2, 3, 4 };
var evenNumbers = numbers.Where(FpFilters.NumberFilters.IsEven);

Building and Publishing

To create and publish the NuGet package:

  1. Pack the project:
    dotnet pack -c Release
    
  2. Push to NuGet (replace <API_KEY> with your NuGet API key):
    dotnet nuget push bin/Release/FpFilters.*.nupkg --api-key <API_KEY> --source https://api.nuget.org/v3/index.json
    

License

MIT

Project URL

https://github.com/ignatandrei/Filters

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.2025.914.1839 225 9/14/2025