DotNetAnalyzers.PublicApiAnalyzer.Unstable
by: Sam Harwell et. al.
- 15 total downloads
- Latest version: 1.0.0.12
An analyzer for packages with public APIs.
Examine.Lucene
by: shandem
- 123 total downloads
- Latest version: 4.0.0-beta.1
A Lucene.Net search and indexing implementation for Examine
Examine
by: shandem
- 257 total downloads
- Latest version: 4.0.0-beta.1
A Lucene.Net search and indexing implementation for Examine
FSharp.Core
by: Microsoft
- 1,237k total downloads
- Latest version: 10.0.102
FSharp.Core redistributables from F# Tools version 14.0.102 For F# 10.0. Contains code from the F# Software Foundation.
FluentValidation
by: Jeremy Skinner
- 2,038k 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
- 111 total downloads
- Latest version: 1.5.0
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.
EntityFramework
by: Microsoft
- 763 total downloads
- Latest version: 6.5.1
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
- 1,085k total downloads
- Latest version: 9.5.4
AspNetCore integration for FluentValidation
Fody
by: The Fody Team
- 1,999k total downloads
- Latest version: 6.9.3
Extensible tool for weaving .net assemblies.
Duende.IdentityModel
by: Duende Software
- 50 total downloads
- Latest version: 8.0.0
OpenID Connect & OAuth 2.0 client library
GemBox.Spreadsheet
by: GemBox
- 1,052k total downloads
- Latest version: 2026.2.100
GemBox.Spreadsheet is a .NET component that enables you to read, write, convert, and print spreadsheet files (XLSX, XLS, XLSB, CSV, HTML, and ODS) from .NET applications.
With GemBox.Spreadsheet you get a fast and reliable component that's easy to use and doesn't depend on Microsoft Excel. It requires only .NET and it's much faster than Microsoft Office Automation!
Elasticsearch.Net
by: Elastic and contributors
- 1,02k total downloads
- Latest version: 7.17.5
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
- 200 total downloads
- Latest version: 3.0.1
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
GeoAPI
by: NetTopologySuite Team
- 15 total downloads
- Latest version: 1.7.5
GeoAPI.NET project provides a common framework based on OGC/ISO standards to improve interoperability among .NET GIS projects.
ExcelNumberFormat
by: ExcelNumberFormat developers
- 215 total downloads
- Latest version: 1.1.0
.NET library to parse ECMA-376 number format strings and format values like Excel and other spreadsheet softwares.
Esprima
by: Sebastien Ros
- 280 total downloads
- Latest version: 3.0.5
Standard-compliant ECMAScript 2022 parser (also known as JavaScript).
Gee.External.Capstone
by: Ahmed Garhy (@9ee1)
- 127 total downloads
- Latest version: 2.3.0
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
- 97 total downloads
- Latest version: 1.5.0
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
- 936 total downloads
- Latest version: 11.12.0
Dependency injection extensions for FluentValidation
Examine.Core
by: shandem
- 126 total downloads
- Latest version: 4.0.0-beta.1
Examine is an abstraction for indexing and search operations with implementations such as Lucene.Net