- 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.
- 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
Package Description
Nito.Collections.Deque
by: Stephen Cleary
- 806 total downloads
- Latest version: 1.0.4
A double-ended queue.
NuGet.Configuration
by: Microsoft
- 4 total downloads
- Latest version: 5.11.0
NuGet's configuration settings implementation.
Portable.BouncyCastle
by: Claire Novotny
- 11.891k total downloads
- Latest version: 1.9.0
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's understanding of target frameworks.
OpenTracing
by: The OpenTracing Authors
- 4 total downloads
- Latest version: 0.12.1
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
runtime.native.System
by: Microsoft
- 23.526k total downloads
- Latest version: 4.3.0
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.
Rijndael256
by: 2Toad LLC
- 10 total downloads
- Latest version: 3.2.0
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 reader, generator and validator for .NET
- 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
NuGet's implementation of Semantic Versioning.
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 4 total downloads
- Latest version: 4.7.11
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 helper types.
Pomelo.JsonObject
by: Pomelo.JsonObject
- 140 total downloads
- Latest version: 1.1.1
Package Description
NuGet.Common
by: Microsoft
- 4 total downloads
- Latest version: 5.11.0
Common utilities and interfaces for all NuGet libraries.
Remotion.Linq
by: rubicon IT GmbH
- 285 total downloads
- Latest version: 2.2.0
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