Fare by: Nikos Baxevanis
  • 174 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
  • 167 total downloads
  • Latest version: 1.5.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.
Figgle by: Drew Noakes
  • 10 total downloads
  • Latest version: 0.5.1
  • figlet ascii banner headings
ASCII banner generation for .NET
FirebirdSql.Data.FirebirdClient by: FirebirdSQL
  • 509 total downloads
  • Latest version: 10.3.2
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET data provider
FluentAssertions by: Dennis Doomen Jonas Nyrup
  • 24 total downloads
  • Latest version: 6.9.0
  • MSTest2 xUnit NUnit MSpec NSpec TDD BDD Fluent netcore 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. Targets .NET Framework 4.7, .NET Core 2.1 and 3.0, .NET 6, as well as .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3. Supported by InfoSupport B.V.
FluentMigrator.Abstractions by: Sean Chambers Josh Coffman Tom Marien Mark Junker
  • 12 total downloads
  • Latest version: 3.3.2
  • fluent migrator fluentmigrator migration database
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.
FluentMigrator.Extensions.Postgres by: Sean Chambers Josh Coffman Tom Marien Mark Junker
  • 12 total downloads
  • Latest version: 3.3.2
  • fluent migrator fluentmigrator migration database
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.
FluentMigrator.Runner.Core by: Sean Chambers Josh Coffman Tom Marien Mark Junker
  • 12 total downloads
  • Latest version: 3.3.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.
FluentMigrator.Runner.Postgres by: Sean Chambers Josh Coffman Tom Marien Mark Junker
  • 12 total downloads
  • Latest version: 3.3.2
  • fluent migrator fluentmigrator migration database
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.
FluentResults by: Michael Altmann
  • 12 total downloads
  • Latest version: 3.0.0
  • Result Results exception error handling
A lightweight Result object implementation for .NET
FluentResults.Extensions.FluentAssertions by: Michael Altmann
  • 12 total downloads
  • Latest version: 2.1.0
  • Result Results exception error handling FluentResults
Asserting FluentResults objects with FluentAssertions
FluentValidation by: Jeremy Skinner
  • 100 total downloads
  • Latest version: 11.7.1
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FluentValidation.DependencyInjectionExtensions by: Jeremy Skinner
  • 1.04k total downloads
  • Latest version: 11.11.0
Dependency injection extensions for FluentValidation
Fractions by: Daniel Mueller
  • 15 total downloads
  • Latest version: 7.2.1
  • 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.Core by: Microsoft
  • 951 total downloads
  • Latest version: 9.0.300-beta.25079.4
  • Visual F# Compiler FSharp functional programming
FSharp.Core redistributables from F# Tools version 13.9.300 For F# 9.0. Contains code from the F# Software Foundation.
FubarCoder.RestSharp.Portable.Core by: Mark Junker Fubar Development Junker
  • 318 total downloads
  • Latest version: 4.0.8
  • PCL RestSharp portable core
This is the core RestSharp.Portable library which contains mostly interfaces to allow dependent libraries to use as few dependencies as possible. Supported Platforms: - .NET Standard 1.0 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)
FubarCoder.RestSharp.Portable.HttpClient by: Mark Junker Fubar Development Junker
  • 333 total downloads
  • Latest version: 4.0.8
  • PCL RestSharp portable HttpClient
Some kind of a RestSharp port to PCL. This is not related to the RestSharp project at all! Supported Platforms: - .NET Standard 1.1 - .NET Framework 4 - Silverlight 5 - Portable Class Libraries (Profiles 259 and 328)
Google.Api.CommonProtos by: Google LLC
  • 487 total downloads
  • Latest version: 2.16.0
  • Google
Common Protocol Buffer messages for Google APIs
Google.Protobuf by: Google Inc.
  • 143 total downloads
  • Latest version: 3.28.1
  • Protocol Buffers Binary Serialization Format Google proto proto3
C# runtime library for Protocol Buffers - Google's data interchange format.
GreenPipes by: Chris Patterson
  • 28 total downloads
  • Latest version: 4.0.1
  • MassTransit GreenPipes
GreenPipes, a pipes and filters library for the Task Parallel Library