DotNetAnalyzers.PublicApiAnalyzer.Unstable by: Sam Harwell et. al.
  • 14 total downloads
  • Latest version: 1.0.0.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
Examine.Lucene by: shandem
  • 107 total downloads
  • Latest version: 4.0.0-beta.1
  • examine lucene lucene.net lucenenet search index
A Lucene.Net search and indexing implementation for Examine
Examine by: shandem
  • 225 total downloads
  • Latest version: 4.0.0-beta.1
  • examine lucene lucene.net lucenenet search index
A Lucene.Net search and indexing implementation for Examine
FSharp.Core by: Microsoft
  • 1,127k total downloads
  • Latest version: 10.0.101
  • Visual F# Compiler FSharp functional programming
FSharp.Core redistributables from F# Tools version 14.0.101 For F# 10.0. Contains code from the F# Software Foundation.
FluentValidation by: Jeremy Skinner
  • 1,838k total downloads
  • Latest version: 11.12.0
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
FastMember by: Marc Gravell
  • 103 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.
EFCore.CheckConstraints by: Shay Rojansky
  • 35 total downloads
  • Latest version: 5.0.1
  • Entity Framework Core entity-framework-core ef efcore orm sql constraints
Entity Framework Core for automatically adding check constraints in various scenarios.
EntityFramework by: Microsoft
  • 707 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.
FluentValidation.AspNetCore by: Jeremy Skinner
  • 992 total downloads
  • Latest version: 9.5.4
AspNetCore integration for FluentValidation
Fody by: The Fody Team
  • 1,839k total downloads
  • Latest version: 6.9.3
  • ILWeaving, Fody, Cecil, AOP
Extensible tool for weaving .net assemblies.
Duende.IdentityModel by: Duende Software
  • 43 total downloads
  • Latest version: 8.0.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect & OAuth 2.0 client library
Elasticsearch.Net by: Elastic and contributors
  • 878 total downloads
  • Latest version: 7.17.5
  • elasticsearch elastic search lucene nest
Exposes all the Elasticsearch API endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
dotnet-ef by: Microsoft
  • 314 total downloads
  • Latest version: 3.0.3
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core Tools for the .NET Command-Line Interface. Enables these commonly used dotnet-ef commands: dotnet ef migrations add dotnet ef migrations list dotnet ef migrations script dotnet ef dbcontext info dotnet ef dbcontext scaffold dotnet ef database drop dotnet ef database update
ExcelNumberFormat by: ExcelNumberFormat developers
  • 201 total downloads
  • Latest version: 1.1.0
  • excel,formatting,numfmt,formatcode
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
Esprima by: Sebastien Ros
  • 258 total downloads
  • Latest version: 3.0.5
  • javascript, parser, ecmascript
Standard-compliant ECMAScript 2022 parser (also known as JavaScript).
DotNetAnalyzers.PublicApiAnalyzer by: Sam Harwell et. al.
  • 11 total downloads
  • Latest version: 1.0.0-beta.12
  • API DotNetAnalyzers Roslyn Diagnostic Analyzer
An analyzer for packages with public APIs.
Gee.External.Capstone by: Ahmed Garhy (@9ee1)
  • 119 total downloads
  • Latest version: 2.3.0
  • capstone disassembler reverse-engineering security arm x86
Capstone.NET is a .NET Core and a .NET Framework binding for the Capstone disassembly framework. It is written in C#, supports Capstone 4, and has a friendly and simple type safe API that is ridiculously easy to learn and quick to pick up.
FastMember.Signed by: Marc Gravell
  • 89 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.
FluentValidation.DependencyInjectionExtensions by: Jeremy Skinner
  • 882 total downloads
  • Latest version: 11.12.0
Dependency injection extensions for FluentValidation
Examine.Core by: shandem
  • 108 total downloads
  • Latest version: 4.0.0-beta.1
  • examine search index
Examine is an abstraction for indexing and search operations with implementations such as Lucene.Net