DotNetAnalyzers.PublicApiAnalyzer by: Sam Harwell et. al.
  • 37 total downloads
  • Latest version: 1.0.0-beta.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
DotNetAnalyzers.PublicApiAnalyzer.Unstable by: Sam Harwell et. al.
  • 39 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
  • 1.819k total downloads
  • Latest version: 4.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://github.com/unitycontainer/commonservicelocator
DryIoc.dll by: Maksim Volkau
  • 8.12k 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
Duende.IdentityModel by: Duende Software
  • 7 total downloads
  • Latest version: 7.1.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect & OAuth 2.0 client library
Effort.EF6 by: ZZZ Projects tamasflamich
  • 1.671k total downloads
  • Latest version: 2.2.17
Effort is basicly an ADO.NET provider that executes all the data operations on a lightweight in-process main memory database instead of a traditional external database. It provides some intuitive helper methods too that make really easy to use this provider with existing ObjectContext or DbContext classes. A simple addition to existing code might be enough to create data driven unit tests that can be run without the presence of the external database.
elmah by: Atif Aziz
  • 76 total downloads
  • Latest version: 1.2.2
  • elmah error logging unhandled exception
ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
elmah.corelibrary by: Atif Aziz
  • 70 total downloads
  • Latest version: 2.0.0-alpha001
  • elmah error logging unhandled exception
Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.
EmptyFiles by: https://github.com/VerifyTests/EmptyFiles/graphs/contributors
  • 2.227k total downloads
  • Latest version: 8.14.0
A collection of minimal binary files.
EntityFramework by: Microsoft
  • 1.788k 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.
EntityFramework.DynamicFilters by: ZZZ Projects John Cachat
  • 1.732k total downloads
  • Latest version: 3.2.4
  • Entity Framework Global Dynamic Filters
Provides global & scoped filters for Entity Framework with dynamic filter parameters that are evaluated at query execution. Supports use cases such as Multi-Tenancy and Soft Deletes.
Enums.NET by: Tyler Brinkley
  • 507 total downloads
  • Latest version: 5.0.0
  • enum enums flag flags
Enums.NET is a high-performance type-safe .NET enum utility library
EPPlus by: EPPlus Software AB
  • 307 total downloads
  • Latest version: 8.2.1
  • Excel ooxml
A spreadsheet library for .NET framework and .NET core
EPPlus.Interfaces by: EPPlus.Interfaces
  • 47 total downloads
  • Latest version: 8.1.0
Package Description
EPPlus.System.Drawing by: EPPlus.System.Drawing
  • 21 total downloads
  • Latest version: 8.1.0
Package Description
ExtendedNumerics.BigDecimal by: Adam White Jan Christoph Bernack Rick Harker
  • 855 total downloads
  • Latest version: 3001.1.0.233
  • math mathematics arbitrary-precision floating-point decimal arithmetic trigonometry logarithms numerics numbers biginteger bigdecimal hyperbolic inverse trigonometric sine cosine tangent secant circular angles sin cos tan mantissa exponent floating point base10 csharp
An arbitrary precision decimal (base 10) floating point number type using a mantissa and exponent. Supports nth roots, trigonometric functions, logarithms, natural e, pi, etc.
Fhir.Metrics by: Martijn Harthoorn
  • 72 total downloads
  • Latest version: 1.2.1
  • FHIR UCUM Metrics conversion unit units
Conversion system for physical units, with UCUM implementation - The Unified Code for Units of Measure
FirebirdSql.Data.FirebirdClient by: FirebirdSQL
  • 3.277k total downloads
  • Latest version: 10.3.3
  • firebird firebirsql firebirdclient adonet database
Firebird ADO.NET data provider
Firely.Fhir.Packages by: Firely
  • 110 total downloads
  • Latest version: 4.9.1
  • HL7 FHIR Firely Package SDK
This is Firely's support library for anyone who wants to work with HL7 FHIR packages.
FluentMigrator by: Sean Chambers Josh Coffman Tom Marien Mark Junker John Zabroski
  • 1.997k total downloads
  • Latest version: 7.1.0
  • 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.