MongoDB.Driver.Core by: MongoDB Inc.
  • 90 total downloads
  • Latest version: 2.13.1
  • mongodb mongo nosql
Core Component of the Official MongoDB .NET Driver.
MongoDB.Driver.GridFS by: MongoDB Inc.
  • 104 total downloads
  • Latest version: 2.13.1
  • mongodb mongo nosql gridfs
GridFS Component of the Official MongoDB .NET Driver.
MongoDB.Libmongocrypt by: MongoDB Inc.
  • 50 total downloads
  • Latest version: 1.2.2
  • mongodb mongo nosql
Libmongocrypt wrapper for the .NET driver.
Mono.Cecil by: Jb Evain
  • 11 total downloads
  • Latest version: 0.10.1
  • assembly assemblies module modules il cil msil bytecode reflection injection cecil mono aop
Cecil is a library written by Jb Evain to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format. In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
MorseCode.ITask by: MorseCode Software
  • 117 total downloads
  • Latest version: 2.0.3
An awaitable covariant ITask interface which may be used in place of the built-in Task class.
MSTest.TestAdapter by: Microsoft
  • 9 total downloads
  • Latest version: 2.2.3
  • MSTest TestFramework TestAdapter VisualStudio Unittest MSTestV2 Microsoft
The adapter to discover and execute MSTest Framework based tests. Supported platforms: - .NET 4.5.0+ - .NET Core 1.0+ (Universal Windows Apps 10+) (Visual Studio 2017) - ASP.NET Core 1.0+ (Visual Studio 2017)
MySql.Data by: Oracle
  • 35 total downloads
  • Latest version: 8.0.13
  • MySql .NET Connector MySql Connector/NET netcore .Net Core MySql Conector/Net Core coreclr C/NET C/Net Core
MySql.Data.MySqlClient .Net Core Class Library
MySqlConnector by: Bradley Grainger Caleb Lloyd
  • 92 total downloads
  • Latest version: 1.2.1
  • mysql mysqlconnector async ado.net database netcore
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Percona Server, Amazon Aurora, Azure Database for MySQL and more.
NCrontab.Advanced by: NCrontab.Advanced
  • 25 total downloads
  • Latest version: 1.3.28
Cron string parser for .NET
NETStandard.Library by: Microsoft
  • 220 total downloads
  • Latest version: 2.0.3
A set of standard .NET APIs that are prescribed to be used and supported together. 18a36291e48808fa7ef2d00a764ceb1ec95645a5 When using NuGet 3.x this package requires at least version 3.4.
Newtonsoft.Json by: James Newton-King
  • 323 total downloads
  • Latest version: 13.0.1
  • json
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson by: James Newton-King
  • 133 total downloads
  • Latest version: 1.0.1
  • bson
Json.NET BSON adds support for reading and writing BSON
Nito.AsyncEx.Context by: Stephen Cleary
  • 11 total downloads
  • Latest version: 5.0.0
  • task async synchronizationcontext
A single-threaded async-compatible context.
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
NLog.Web.AspNetCore by: Julian Verdurmen
  • 22 total downloads
  • Latest version: 4.9.2
  • logging log NLog web aspnet aspnetcore MVC Microsoft.Extensions.Logging httpcontext session
NLog LoggerProvider for Microsoft.Extensions.Logging and ASP.NET Core platform. Adds helpers and layout renderers for websites and web applications. Supported platforms: - For ASP.NET Core 3, .NET Core 3.0 - For ASP.NET Core 2, .NET Standard 2.0+ and .NET 4.6+ - For ASP.NET Core 1, .NET Standard 1.5+ and .NET 4.5.x
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.