ExCSS by: Tyler Brinks
  • 299 total downloads
  • Latest version: 4.3.1
ExCSS is a CSS 2.1 and CSS 3 parser for .NET. ExCSS makes it easy to read and parse stylesheets into a friendly object model with full LINQ support.
FastEndpoints by: FastEndpoints
  • 8.343k total downloads
  • Latest version: 7.3.0-beta.5
  • http rest rest-api web-api webapi aspnet aspnetcore dotnet6 minimal-api vertical-slice-architecture repr-pattern
A light-weight REST Api framework for ASP.Net 8 and newer that implements REPR (Request-Endpoint-Response) Pattern.
FastEndpoints.Attributes by: FastEndpoints
  • 3.217k total downloads
  • Latest version: 7.3.0-beta.5
Attributes used by FastEndpoints.
FastEndpoints.Core by: FastEndpoints
  • 12 total downloads
  • Latest version: 7.2.0-beta.8
Core service resolution and other shared functionality of FastEndpoints.
FastEndpoints.JobQueues by: FastEndpoints
  • 2 total downloads
  • Latest version: 7.2.0-beta.8
Command based background job queueing with scheduling and tracking for any .NET application
FastEndpoints.Messaging by: FastEndpoints
  • 11 total downloads
  • Latest version: 7.2.0-beta.8
Standalone messaging library for Command Bus/Event Bus implementations compatible with any .NET application.
FastEndpoints.Messaging.Core by: FastEndpoints
  • 1.8k total downloads
  • Latest version: 7.1.1
Core messaging interfaces used by FastEndpoints.
FastEndpoints.Security by: FastEndpoints
  • 7.707k total downloads
  • Latest version: 7.3.0-beta.5
Security library for FastEndpoints.
FastEndpoints.Swagger by: FastEndpoints
  • 7.714k total downloads
  • Latest version: 7.3.0-beta.5
Swagger support for FastEndpoints.
FastExpressionCompiler.src by: Maksim Volkau
  • 189 total downloads
  • Latest version: 5.3.3
  • Performance Expression ExpressionTree Compile DynamicMethod IL ILEmit DryIoc ExpressionToCodeLib
FastExpressionCompiler is 10-40x times faster than Expression.Compile()
FastMember by: Marc Gravell
  • 97 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.
FastMember.Signed by: Marc Gravell
  • 61 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
  • 90 total downloads
  • Latest version: 0.6.5
  • figlet ascii banner headings
ASCII banner generation for .NET
Finbuckle.MultiTenant by: Finbuckle LLC
  • 430 total downloads
  • Latest version: 10.0.2
  • finbuckle multitenant multitenancy aspnet aspnetcore efcore
Main library package for Finbuckle.MultiTenant.
Finbuckle.MultiTenant.Abstractions by: Finbuckle LLC
  • 4 total downloads
  • Latest version: 10.0.2
  • finbuckle multitenant multitenancy aspnet aspnetcore efcore
Abstraction library package for Finbuckle.MultiTenant.
Finbuckle.MultiTenant.EntityFrameworkCore by: Finbuckle LLC
  • 302 total downloads
  • Latest version: 10.0.2
  • finbuckle multitenant multitenancy aspnet aspnetcore efcore
Entity Framework Core support for Finbuckle.MultiTenant.
FirebirdSql.Data.FirebirdClient by: FirebirdSQL
  • 478 total downloads
  • Latest version: 11.0.0-alpha1
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET data provider
Fizzler by: Atif Aziz Colin Ramsay
  • 96 total downloads
  • Latest version: 1.3.1
  • selectors w3c
Fizzler is a W3C Selectors parser and generic selector framework for document hierarchies.
FluentAssertions by: Dennis Doomen Jonas Nyrup Xceed
  • 950 total downloads
  • Latest version: 8.8.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, MSTest3, MSTest4, 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.
FluentMigrator by: Sean Chambers Josh Coffman Tom Marien Mark Junker John Zabroski
  • 458 total downloads
  • Latest version: 8.0.1
  • 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.