ExCSS by: Tyler Brinks
  • 2 total downloads
  • Latest version: 3.0.0
ExCSS is a CSS 3 parser for .NET. ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.
ExtendedNumerics.BigDecimal by: https://github.com/AdamWhiteHat
  • 2 total downloads
  • Latest version: 1.0.0
  • math mathematics biginteger decimal arbitrary-precision fractions numerics csharp
Arbitrary precision decimal class
Fable.Core by: Alfonso García-Caro Núñez
  • 17 total downloads
  • Latest version: 5.0.0-beta.1
  • fsharp fable javascript f# js
Fable Core Library
FaceRecognitionDotNet by: Takuya Takeuchi
  • 12 total downloads
  • Latest version: 1.3.0.7
  • .net machinelearning face-recognition
The world's simplest facial recognition api for .NET This library is ported from https://github.com/ageitgey/face_recognition by C#.
Fare by: Nikos Baxevanis
  • 9 total downloads
  • Latest version: 2.2.1
  • Regex Test NFA DFA Automaton
.NET port of dk.brics.automaton - Project Fare is an effort to bring a DFA/NFA (finite-state automata) implementation from Java to .NET. There are quite a few implementations available in other languages today. This project aims to fill the gap in .NET.
FastMember by: Marc Gravell
  • 3 total downloads
  • Latest version: 1.1.0
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FastMember.Signed by: Marc Gravell
  • 2 total downloads
  • Latest version: 1.1.0
  • Reflection Dynamic Member Access
In .NET reflection is slow... well, kinda slow. If you need access to the members of an arbitrary type, with the type and member-names known only at runtime - then it is frankly hard (especially for DLR types). This library makes such access easy and fast.
FeatureToggle by: Jason Roberts - dontcodetired.com
  • 3 total downloads
  • Latest version: 1.1.1
  • feature toggle branch merge
An antidote to source control branching sickness for .Net developers. A simple library using the Feature Toggle design/release/continuous integration pattern
FirebirdSql.Data.FirebirdClient by: FirebirdSQL
  • 2 total downloads
  • Latest version: 6.4.0
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET Data provider
Fizzler by: Atif Aziz Colin Ramsay
  • 20 total downloads
  • Latest version: 1.3.1
  • selectors w3c
Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies.
FlaUI.UIA3 by: Roemer
  • 38 total downloads
  • Latest version: 2.0.0-rc1
  • UI Automation UIA2 UIA3 UIA System.Windows.Automation
Library to use FlaUI with UIA3.
FluentAssertions by: Dennis Doomen Jonas Nyrup Xceed
  • 87 total downloads
  • Latest version: 8.1.0
  • MSTest2 xUnit NUnit MSpec TUnit TDD BDD Fluent netstandard uwp
A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Works with .NET Standard 2.0 and higher, .NET Framework 4.7 and higher and .NET 6 and higher. Supports the unit test frameworks MSTest2, NUnit3, NUnit4, XUnit2, XUnit3, MSpec and TUnit. IMPORTANT: This version is free for open-source projects and non-commercial use, but commercial use requires [a paid license](https://xceed.com/products/unit-testing/fluent-assertions/). Check out the [license page](LICENSE) for more information.
FluentFTP by: J.P. Trosclair Harsh Gupta
  • 35 total downloads
  • Latest version: 16.2.3
An FTP and FTPS library for .NET, optimized for speed. Provides extensive FTP commands, file uploads/downloads, SSL/TLS connections and FTP proxies.
FluentMigrator by: Josh Coffman Tom Marien
  • 23 total downloads
  • Latest version: 1.6.2
FluentMigrator is a database migration framework for .NET written in C#. The basic idea is that you can create migrations which are simply classes that derive from the Migration base class and have a Migration attribute with a unique version number attached to them. Upon executing FluentMigrator, you tell it which version to migrate to and it will run all necessary migrations in order to bring your database up to that version. In addition to forward migration support, FluentMigrator also supports different ways to execute the migrations along with selective migrations called profiles and executing arbitrary SQL.
FluentValidation by: Jeremy Skinner
  • 76 total downloads
  • Latest version: 8.6.3
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
Flurl by: Todd Menier
  • 32 total downloads
  • Latest version: 3.0.0-pre4
  • fluent url uri querystring builder
A fluent, portable URL builder. To make HTTP calls off the fluent chain, check out Flurl.Http.
Flurl.Http by: Todd Menier
  • 57 total downloads
  • Latest version: 3.0.0-pre4
  • httpclient rest json http fluent url uri tdd assert async
A fluent, portable, testable HTTP client library.
Fody by: The Fody Team
  • 232 total downloads
  • Latest version: 6.9.3
  • ILWeaving Fody Cecil AOP
Extensible tool for weaving .net assemblies.
Fractions by: Daniel Mueller
  • 28 total downloads
  • Latest version: 6.0.0
  • fraction math
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.
FSharp.Data by: Tomas Petricek Gustavo Guerra Colin Bull fsprojects contributors
  • 1 total downloads
  • Latest version: 4.2.0
  • F# fsharp data typeprovider WorldBank CSV HTML CSS JSON XML HTTP linqpad-samples
The FSharp.Data package contains type providers and utilities to access common data formats (CSV, HTML, JSON and XML in your F# applications and scripts. It also contains helpers for parsing CSV, HTML and JSON files and for sending HTTP requests.