EmptyFiles
by: https://github.com/SimonCropp/EmptyFiles/graphs/contributors
- 52 total downloads
- Latest version: 2.8.0
A collection of minimal binary files.
EntityFramework
by: Microsoft
- 50 total downloads
- Latest version: 6.4.4
Entity Framework 6 (EF6) is a tried and tested object-relational mapper for .NET with many years of feature development and stabilization.
CsvHelper
by: Josh Close
- 4 total downloads
- Latest version: 1.1.0
A library for reading and writing CSV files. Extremely fast, flexible, and easy to use. Supports reading and writing of custom class objects.
DiffPlex
by: Matthew Manela
- 12 total downloads
- Latest version: 1.7.1
DiffPlex is a diffing library that allows you to programatically create text diffs. DiffPlex is a fast and tested library.
Humanizer.Core
by: Mehdi Khalili Claire Novotny
- 2.504k total downloads
- Latest version: 2.14.1
Humanizer core package that contains the library and the neutral language (English) resources
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 3 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
Google.Apis.Sheets.v4
by: Google LLC
- 41 total downloads
- Latest version: 1.57.0.2657
Google APIs Client Library for working with Sheets v4.
Supported Platforms:
- .NET Framework 4.5+
- .NET Standard 1.3 and .NET Standard 2.0; providing .NET Core support.
Legacy platforms:
- .NET Framework 4.0
- Windows 8 Apps
- Windows Phone 8.1
- Windows Phone Silverlight 8.0
Incompatible platforms:
- .NET Framework < 4.0
- Silverlight
- UWP (will build, but is known not to work at runtime)
- Xamarin
More documentation on the API is available at:
https://developers.google.com/api-client-library/dotnet/apis/sheets/v4
The package source code is available at:
https://github.com/google/google-api-dotnet-client/tree/master/Src/Generated
Castle.Core
by: Castle Project Contributors
- 5 total downloads
- Latest version: 2.5.2
Castle Project Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
MediatR
by: Jimmy Bogard
- 9 total downloads
- Latest version: 2.0.0-beta-003
Simple, unambitious mediator implementation in .NET
coverlet.collector
by: tonerdo
- 961 total downloads
- Latest version: 3.1.2
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
CommonServiceLocator
by: Microsoft.Practices.ServiceLocation
- 13 total downloads
- Latest version: 2.0.5
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
MessagePack
by: neuecc
- 2 total downloads
- Latest version: 1.5.1
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
Elasticsearch.Net
by: Elasticsearch Inc. and contributors
- 14 total downloads
- Latest version: 1.8.3
Exposes all the api endpoints but leaves you in control of building the request and response bodies. Comes with built in cluster failover/connection pooling support.
Dapper
by: Sam Saffron Marc Gravell
- 39 total downloads
- Latest version: 1.42.0
A high performance Micro-ORM supporting Sql Server, MySQL, Sqlite, SqlCE, Firebird etc..
IBMMQDotnetClient
by: IBM
- 18 total downloads
- Latest version: 9.3.0
IBM® MQ classes for .NET Standard
FluentValidation
by: Jeremy Skinner
- 13 total downloads
- Latest version: 7.3.0-beta2
A validation library for .NET that uses a fluent interface to construct strongly-typed validation rules.
EPPlus
by: Jan Källman
- 7 total downloads
- Latest version: 4.1.0
A library to manage Excel spreadsheets, using OOXML.
AutoMapper
by: Jimmy Bogard
- 12 total downloads
- Latest version: 3.3.1
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
Jaeger
by: Chatham Financial Corp. and The Jaeger Authors
- 1 total downloads
- Latest version: 1.0.3
Jaeger .NET Tracing
log4net
by: Apache Software Foundation
- 2 total downloads
- Latest version: 2.0.1
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility