runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 11.034k total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 11.003k total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
Pomelo.EntityFrameworkCore.MySql.Design by: Pomelo.EntityFrameworkCore.MySql.Design
  • 104 total downloads
  • Latest version: 1.1.2
  • Entity Framework Core entity-framework-core MySQL EF ORM Data
Package Description
Nito.Collections.Deque by: Stephen Cleary
  • 806 total downloads
  • Latest version: 1.0.4
  • collection deque dequeue
A double-ended queue.
NuGet.Configuration by: Microsoft
  • 4 total downloads
  • Latest version: 5.11.0
  • nuget
NuGet's configuration settings implementation.
Portable.BouncyCastle by: Claire Novotny
  • 11.891k total downloads
  • Latest version: 1.9.0
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
NuGet.Frameworks by: Microsoft
  • 8.329k total downloads
  • Latest version: 5.11.0
  • nuget
NuGet's understanding of target frameworks.
OpenTracing by: The OpenTracing Authors
  • 5 total downloads
  • Latest version: 0.12.1
  • opentracing distributed-tracing tracing logging
This library is a .NET implementation of the OpenTracing API. To fully understand this platform API, it's helpful to be familiar with the OpenTracing project and terminology more generally. For the time being, mild backwards-incompatible changes may be made without changing the major version number. As OpenTracing and opentracing-csharp mature, backwards compatibility will become more of a priority.
RestSharp by: John Sheehan Andrew Young Alexey Zimarev and RestSharp community
  • 1.744k total downloads
  • Latest version: 106.15.0
Simple REST and HTTP API Client
Rijndael256 by: 2Toad LLC
  • 11 total downloads
  • Latest version: 3.2.0
  • 2Toad Rijndael256 Security Cryptography Cryptographic Encryption Decryption Rijndael AES AES-128 AES-192 AES-256 Authenticated AE Encrypt-then-MAC EtM SHA SHA-512 PBKDF2 Hashing
Rijndael256 makes encrypting data and files a breeze with the AES symmetric-key cipher Rijndael. Features: AES-128, AES-192, AES-256, Authenticated Encryption (AE), Encrypt-then-MAC (EtM), SHA-512, PBKDF2.
NJsonSchema by: Rico Suter
  • 594 total downloads
  • Latest version: 10.8.0
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 11.021k total downloads
  • Latest version: 4.3.2
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
NuGet.Versioning by: Microsoft
  • 6 total downloads
  • Latest version: 5.11.0
  • semver semantic versioning
NuGet's implementation of Semantic Versioning.
NLog by: Jarek Kowalski Kim Christensen Julian Verdurmen
  • 4 total downloads
  • Latest version: 4.7.11
  • NLog logging log structured tracing logfiles database eventlog email wcf console
NLog is a logging platform for .NET with rich log routing and management capabilities. NLog supports traditional logging, structured logging and the combination of both. Supported platforms: - .NET 5 - .NET Core 1, 2 and 3 - .NET Standard 1.3+ and 2.0+; - .NET Framework 3.5, 4, 4.5, 4.6, 4.7 & 4.8 - .NET Framework 4 client profile - Xamarin Android, Xamarin iOs - UWP - Windows Phone 8 - Silverlight 4 and 5 - Mono 4 For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
RandomNameGeneratorLibrary by: Mark Rogers
  • 7 total downloads
  • Latest version: 1.2.2
The library contains a stripped down lists of human names from the US Census names list, and a list of place names from another census list. The library allows you to get random first and last names or both and you can get male and female first names. You can also generate random place names as well. To access this functionality create a NameGenerator in namespace RandomNameGenerator, and call one of the functions like GenerateRandomFirstAndLastName(). The functions names describe literally and simply what those functions do. Examples at github project site: https://github.com/m4bwav/DotNetRandomNameGenerator
Nito.Disposables by: Stephen Cleary
  • 804 total downloads
  • Latest version: 2.0.0
  • idisposable disposable
IDisposable helper types.
Pomelo.JsonObject by: Pomelo.JsonObject
  • 141 total downloads
  • Latest version: 1.1.1
  • JSON Entity Framework Core entity-framework-core MySQL EF ORM
Package Description
NuGet.Common by: Microsoft
  • 4 total downloads
  • Latest version: 5.11.0
  • nuget
Common utilities and interfaces for all NuGet libraries.
Nito.AsyncEx.Tasks by: Stephen Cleary
  • 804 total downloads
  • Latest version: 5.0.0
  • task taskfactory cancellationtoken taskcompletionsource
Common helper methods for tasks as used in asynchronous programming.
Remotion.Linq by: rubicon IT GmbH
  • 285 total downloads
  • Latest version: 2.2.0
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations