DotNetAnalyzers.PublicApiAnalyzer.Unstable by: Sam Harwell et. al.
  • 24 total downloads
  • Latest version: 1.0.0.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
DryIoc.CommonServiceLocator.dll by: Maksim Volkau
  • 820 total downloads
  • Latest version: 2.1.0
  • Service-Locator CommonServiceLocator IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory
Implementation of CommonServiceLocator for DryIoc container, see rationale at https://commonservicelocator.codeplex.com/
DryIoc.dll by: Maksim Volkau
  • 1.428k total downloads
  • Latest version: 6.0.0-preview-09
  • IoC Container Inversion-of-Control DI Dependency-Injection DRY Service-Provider Factory FastExpressionCompiler ImTools
DryIoc is fast, small, full-featured IoC Container for .NET
EmptyFiles by: https://github.com/VerifyTests/EmptyFiles/graphs/contributors
  • 1.228k total downloads
  • Latest version: 8.9.1
A collection of minimal binary files.
EntityFramework by: Microsoft
  • 1.055k total downloads
  • Latest version: 6.5.1
  • Microsoft EntityFramework EF Database Data O/RM ADO.NET
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
Enums.NET by: Tyler Brinkley
  • 61 total downloads
  • Latest version: 2.1.1
  • enum enums flag flags
Enums.NET is a high-performance type-safe .NET enum utility library
ExtendedNumerics.BigDecimal by: https://github.com/AdamWhiteHat
  • 33 total downloads
  • Latest version: 1.0.0.1
  • math mathematics biginteger decimal arbitrary-precision fractions numerics csharp
Arbitrary precision decimal class
FirebirdSql.Data.FirebirdClient by: FirebirdSQL
  • 757 total downloads
  • Latest version: 6.4.0
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET Data provider
FluentMigrator by: Josh Coffman Tom Marien
  • 435 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.
FluentNHibernate by: James Gregory and contributors
  • 117 total downloads
  • Latest version: 1.3.0.733
  • orm dal nhibernate conventions
Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.
Fody by: Fody
  • 2.49k total downloads
  • Latest version: 6.9.2
  • ILWeaving Fody Cecil AOP
Extensible tool for weaving .net assemblies.
Fractions by: Daniel Mueller
  • 159 total downloads
  • Latest version: 2.0.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.
Google.Apis by: Google Inc.
  • 12 total downloads
  • Latest version: 1.3.0-beta15234
Google APIs Client Library (Contact me whenever new versions are available!)
GraphQL by: Joseph T. McBride
  • 432 total downloads
  • Latest version: 0.9.3
  • GraphQL json api
GraphQL for .NET
GraphQL-Parser by: Marek Magdziak
  • 18 total downloads
  • Latest version: 1.0.0
  • GraphQL
Library containing lexer and parser for GraphQL syntax
GraphQL.Analyzers by: Joe McBride
  • 173 total downloads
  • Latest version: 8.5.0
  • GraphQL.Analyzers analyzers
GraphQL.Analyzers
HangFire.SqlServer by: Sergey Odinokov
  • 243 total downloads
  • Latest version: 0.9.1
  • HangFire SqlServer SqlAzure
SQL Server / SQL Azure job storage implementation for HangFire (background job system for ASP.NET applications).
Hangfire.SqlServer by: Sergey Odinokov
  • 2.586k total downloads
  • Latest version: 1.8.18
  • Hangfire SqlServer SqlAzure LocalDB
SQL Server 2008+ (including Express), SQL Server LocalDB and SQL Azure storage support for Hangfire, a background job framework for .NET applications.
Humanizer by: Mehdi Khalili Claire Novotny
  • 443 total downloads
  • Latest version: 3.0.0-beta.54
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Hyak.Common by: Microsoft
  • 67 total downloads
  • Latest version: 1.2.2
  • Microsoft Microsoft Azure Cloud REST HTTP Client Core Common Hyak
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
Iesi.Collections by: Jason Smith
  • 17 total downloads
  • Latest version: 1.0.1
The IESI Collections fills a gap in the Sytems Collection by providing a set collection. This collection comes in handy when an array or list are insufficient either because you need to add and remove elements often (tedious in an array) and duplicates are undesirable.