Hyak.Common
by: Microsoft
- 471 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
- 117 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
- 228 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
- 826 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.
FastEndpoints
by: FastEndpoints
- 4.615k 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
- 538 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
- 903 total downloads
- Latest version: 8.4.0
Package Description
ImTools
by: Maksim Volkau
- 215 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.75k 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
- 129 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
Hl7.Fhir.Serialization
by: Ewout Kramer (ewout@fire.ly) and contributors
- 223 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
- 183 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
- 828 total downloads
- Latest version: 8.4.0
Package Description
JetBrains.Annotations
by: JetBrains
- 5.703k 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.
Google.Protobuf
by: Google Inc.
- 1.487k total downloads
- Latest version: 3.34.1
C# runtime library for Protocol Buffers - Google's data interchange format.
EPPlus
by: EPPlus Software AB
- 16.791k total downloads
- Latest version: 8.5.0
A spreadsheet library for .NET framework and .NET core
Humanizer
by: Claire Novotny Mehdi Khalili
- 4.058k total downloads
- Latest version: 3.0.10
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
FastEndpoints.Swagger
by: FastEndpoints
- 447 total downloads
- Latest version: 8.1.0
Swagger support for FastEndpoints.
KRE-CLR-x86
by: Microsoft
- 295 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
FluentMigrator
by: Josh Coffman Tom Marien
- 2.987k 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.