Hyak.Common
by: Microsoft
- 533 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
- 221 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
- 263 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
- 961 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.
ini-parser
by: Ricardo Amores Hernández
- 230 total downloads
- Latest version: 2.5.2
A .NET, Mono and Unity3d compatible(*) library for reading/writing INI data from IO streams, file streams, and strings written in C#.
Also implements merging operations, both for complete ini files, sections, or even just a subset of the keys contained by the files.
(*) This library is 100% .NET code and does not have any dependencies on Windows API calls in order to be portable.
FastEndpoints
by: FastEndpoints
- 7.081k 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
- 619 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
- 1.005k total downloads
- Latest version: 8.4.0
Package Description
ImTools
by: Maksim Volkau
- 360 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
- 2.023k 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
- 272 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
- 244 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
- 217 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
- 973 total downloads
- Latest version: 8.4.0
Package Description
Google.Protobuf
by: Google Inc.
- 4.938k total downloads
- Latest version: 3.35.0
C# runtime library for Protocol Buffers - Google's data interchange format.
EPPlus
by: EPPlus Software AB
- 19.584k total downloads
- Latest version: 8.6.0
A spreadsheet library for .NET framework and .NET core
Humanizer
by: Claire Novotny Mehdi Khalili
- 4.614k 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
- 1.181k total downloads
- Latest version: 8.2.0-beta.41
Swagger support for FastEndpoints.
FluentMigrator
by: Josh Coffman Tom Marien
- 3.399k 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.
DotNetAnalyzers.PublicApiAnalyzer.Unstable
by: Sam Harwell et. al.
- 137 total downloads
- Latest version: 1.0.0.12
An analyzer for packages with public APIs.