Nito.AsyncEx.Coordination by: Stephen Cleary
  • 12 total downloads
  • Latest version: 5.0.0
  • async asynclock asynclazy
Asynchronous coordination primitives.
Nito.AsyncEx.Tasks by: Stephen Cleary
  • 10 total downloads
  • Latest version: 5.0.0
  • task taskfactory cancellationtoken taskcompletionsource
Common helper methods for tasks as used in asynchronous programming.
Nito.Collections.Deque by: Stephen Cleary
  • 11 total downloads
  • Latest version: 1.0.4
  • collection deque dequeue
A double-ended queue.
NLog by: Jarek Kowalski Kim Christensen Julian Verdurmen
  • 13 total downloads
  • Latest version: 4.5.10
  • 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 Framework 3.5, 4, 4.5, 4.6 & 4.7 - .NET Standard 1.3+ and 2.0+; - .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
NLog.Extensions.Logging by: Microsoft Julian Verdurmen
  • 12 total downloads
  • Latest version: 1.3.0
  • NLog Microsoft.Extensions.Logging log logfiles netcore nlog
NLog provider for Microsoft.Extensions.Logging for usage in .NET Standard libraries and console applicaties. For ASP.NET Core, use NLog.Web.AspNetCore: https://www.nuget.org/packages/NLog.Web.AspNetCore
NPOI by: NPOI Contributors
  • 43 total downloads
  • Latest version: 2.5.1
  • xlsx xls Excel Word docx office ole
Bug Fixes - #302 Deleted text is stilll extracted from Word document - #283 XWPFTableCell.GetParagraphArray(0) always return null - #256 ISheet.CopyRow() throws NullReferenceException - #187 customHeight attribute of row for SXSSFWorkbook wrong - #225 Infinite Loop in Substitute.ReplaceAllOccurrences on empty searchStr - #199 SXSSFCell: numeric value is serialized with CurrentCulture rules - #141 XSSFFont.FontHeight setting bug - #165 Excel warns if we use a font without setting its size - #203 Add XWPFRun.AddSvg - #200 Optimizations and bugfixes of SXSSF logic - #198 Add XWPFStyles.GetStyleWithName(string styleName) - #325 Fix XSSFDataValidationHelper.CreateValidation to use all CellRangeAddresses.
NServiceBus by: Particular Software
  • 22 total downloads
  • Latest version: 7.4.4
  • nservicebus messaging
The most popular open-source service bus for .NET
NSubstitute by: Anthony Egerton David Tchepak Alexandr Nikitin Alex Povar
  • 12 total downloads
  • Latest version: 4.2.0
  • mocking mocks testing unit-testing TDD AAA
NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.
NuGet.Common by: NuGet.Common
  • 11 total downloads
  • Latest version: 3.5.0
NuGet v3 core library.
NuGet.Packaging by: NuGet
  • 12 total downloads
  • Latest version: 3.5.0
  • semver semantic versioning
NuGet's implementation for reading nupkg package and nuspec package specification files.
NuGet.Protocol.Core.v3 by: NuGet
  • 12 total downloads
  • Latest version: 3.5.0
  • nuget protocol
NuGet Protocol for 3.1.0 servers
NUglify by: Ron Logan Alexandre Mutel
  • 273 total downloads
  • Latest version: 1.5.14
  • CSS JavaScript minify crunch uglify Compress HTML htmlminifier htmlcompressor
NUglify provides minify and compression methods for CSS, JavaScript and HTML files for .NET (fork of AjaxMin + new features)
OrbintSoft.Yauaa.NetStandard by: Stefano Balzarotti Niels Basjes
  • 121 total downloads
  • Latest version: 5.13.1
  • user agent useragent ua analyzer parser parsing browser detection device platform detect engine classify
This is a .NET standard library that tries to parse and analyze the user agent string and extract as many relevant attributes as possible. The library aims to provides a reliable and extensible user agent parsing, browser and device detection. This is a semantic analyzer, so it doesn't rely on any database (except for some very little lookup tables), that means it is able to parse and recognize every day new kind of user agents and new patterns without updates. That makes the library very fast, flexible and easy to mantain, on the contrary the library can't extract info that are not present on user agent string without a proper mapping. The library doesn't aim to recognize every device in the world (there are several thousands), but it is able to work, analyze and extract all attributes available in the user agent. For most common devices we provide a lookup table in yaml file to identify device brand/model based on the few info available in the user agent. The library can be easily extended thanks to yaml files and a simple syntax (we don't rely on regular expression). Thanks to custom yaml definitions, you can make the library able to identify your company applications/ tools and extract your custom fields.
Owl.Carousel.2 by: Bartosz Wojciechowski (packaged by Martin Folkeseth)
  • 13 total downloads
  • Latest version: 2.0.1
  • Owl jQuery
This package is packed and maintained by Geta
Polly by: Michael Wolfenden App vNext
  • 11 total downloads
  • Latest version: 7.2.1
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Portable.BouncyCastle by: Oren Novotny
  • 66 total downloads
  • Latest version: 1.8.5
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 1.0-2.0, .NET Core
RestEase by: Antony Male
  • 11 total downloads
  • Latest version: 1.4.10
  • REST JSON
Easy-to-use typesafe REST API client library, which is simple and customisable.
runtime.any.System.Collections by: Microsoft
  • 12 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Diagnostics.Tools by: Microsoft
  • 11 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. Commonly Used Types: System.CodeDom.Compiler.GeneratedCodeAttribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Globalization by: Microsoft
  • 11 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.