DotNetAnalyzers.PublicApiAnalyzer.Unstable
by: Sam Harwell et. al.
- 18 total downloads
- Latest version: 1.0.0.12
An analyzer for packages with public APIs.
Elastic.Transport
by: Elastic and contributors
- 374 total downloads
- Latest version: 1.0.0
Client connectivity bits, exposes a potentially cluster aware request pipeline that can be resilient to nodes dropping out of rotation.
This package is heavily optimized for the Elastic (elastic.co) product suite and Elastic Cloud (cloud.elastic.co) SAAS offering.
Examine.Lucene
by: shandem
- 191 total downloads
- Latest version: 4.0.0-beta.1
A Lucene.Net search and indexing implementation for Examine
Examine
by: shandem
- 420 total downloads
- Latest version: 4.0.0-beta.1
A Lucene.Net search and indexing implementation for Examine
FSharp.Core
by: Microsoft
- 1,66k total downloads
- Latest version: 11.0.101-preview5.26302.115
FSharp.Core redistributables from F# Tools version 15.2.101 For F# 11.0. Contains code from the F# Software Foundation.
FluentValidation
by: Jeremy Skinner
- 2,607k 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
- 137 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
- 941 total downloads
- Latest version: 6.6.0-preview1-final
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,033k total downloads
- Latest version: 9.0.0-preview2
AspNetCore integration for FluentValidation
Fody
by: The Fody Team
- 2,348k total downloads
- Latest version: 6.9.3
Extensible tool for weaving .net assemblies.
Duende.IdentityModel
by: Duende Software
- 84 total downloads
- Latest version: 8.1.0
OpenID Connect & OAuth 2.0 client library
Elasticsearch.Net
by: Elastic and contributors
- 1,739k 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.
ExcelNumberFormat
by: ExcelNumberFormat developers
- 285 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
- 365 total downloads
- Latest version: 3.0.6
Standard-compliant ECMAScript 2022 parser (also known as JavaScript).
DotNetZip
by: Henrik/Dino Chiesa
- 54 total downloads
- Latest version: 1.16.0
A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Gee.External.Capstone
by: Ahmed Garhy (@9ee1)
- 162 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
- 119 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
- 1,18k total downloads
- Latest version: 11.12.0
Dependency injection extensions for FluentValidation
EFCore.NamingConventions
by: Shay Rojansky
- 7 total downloads
- Latest version: 1.1.1
Naming Conventions for Entity Framework Core Tables and Columns.
Examine.Core
by: shandem
- 199 total downloads
- Latest version: 4.0.0-beta.1
Examine is an abstraction for indexing and search operations with implementations such as Lucene.Net