Hyak.Common
by: Microsoft
- 357 total downloads
- Latest version: 1.2.2
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
FSharp.Core
by: Microsoft and F# Software Foundation
- 19 total downloads
- Latest version: 4.1.18
FSharp.Core redistributables from Visual F# 4.1.0
Supported Platforms:
.NET 2.0 (net20)
.NET 4.0 (net40)
.NET 4.5+ (net45)
.NET Portable Profile 7 (portable-net45+netcore45)
.NET Portable Profile 47 (portable-net45+sl5+netcore45)
.NET Portable Profile 78 (portable-net45+netcore45+wp8)
.NET Portable Profile 259 (portable-net45+netcore45+wpa81+wp8)
.NET Standard 1.6 (netstandard1.6)
MonoAndroid, MonoTouch, Xamarin.iOS (portable-net45+monoandroid10+monotouch10+xamarinios10)
XamarinMac mobile (xamarinmac20)
FluentValidation
by: Jeremy Skinner
- 203 total downloads
- Latest version: 2.0.0
A validation library for .NET, Silverlight and WP7 that uses a fluent interface to construct strongly-typed validation rules.
FastMember
by: Marc Gravell
- 680 total downloads
- Latest version: 1.1.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.
KRE-CoreCLR-x86
by: Microsoft
- 240 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
FastEndpoints
by: FastEndpoints
- 1.284k total downloads
- Latest version: 5.18.0.2-beta
A light-weight REST Api framework for ASP.Net 6 and newer that implements REPR (Request-Endpoint-Response) Pattern.
Irony
by: Roman Ivantsov
- 427 total downloads
- Latest version: 0.9.1
Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
EPPlus.System.Drawing
by: EPPlus.System.Drawing
- 703 total downloads
- Latest version: 8.4.0
Package Description
ImTools
by: Maksim Volkau
- 64 total downloads
- Latest version: 2.1.0
Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc
ExcelNumberFormat
by: ExcelNumberFormat developers
- 1.324k 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.
ImTools.dll
by: Maksim Volkau
- 21 total downloads
- Latest version: 2.1.0
Immutable persistent collections, algebraic sum-type aka descriminated union, Ref type and supportive extensions for performant functional programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc
Libuv
by: Libuv
- 599 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
Hl7.Fhir.Serialization
by: Ewout Kramer (ewout@fire.ly) and contributors
- 186 total downloads
- Latest version: 1.0.0
Contains general interfaces and classes for working with FHIR data, regardless of FHIR version or POCO's
FastMember.Signed
by: Marc Gravell
- 150 total downloads
- Latest version: 1.1.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.
EPPlus.Interfaces
by: EPPlus.Interfaces
- 663 total downloads
- Latest version: 8.4.0
Package Description
librdkafka.redist
by: Magnus Edenhill edenhill
- 17.543k total downloads
- Latest version: 2.13.0-RC1
The Apache Kafka C/C++ client library - redistributable
JetBrains.Annotations
by: JetBrains
- 4.865k total downloads
- Latest version: 2025.2.4
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
Humanizer
by: Claire Novotny Mehdi Khalili
- 3.353k total downloads
- Latest version: 3.0.1
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
KRE-CLR-x86
by: Microsoft
- 229 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
FluentMigrator
by: Josh Coffman Tom Marien
- 2.467k 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.