Mono.TextTemplating by: Mikayla Hutchinson
  • 5 total downloads
  • Latest version: 1.3.1
  • T4 templating
Open-source implementation of the T4 templating engine.
Moq by: Kzu
  • 1 total downloads
  • Latest version: 3.1.416.3
Moq (pronounced "Mock-you" or just "Mock") is the only mocking library for .NET developed from scratch to take full advantage of .NET 3.5 (i.e. Linq expression trees) and C# 3.0 features (i.e. lambda expressions) that make it the most productive, type-safe and refactoring-friendly mocking library available
MySqlBackup.NET.MySqlConnector by: Jean.R adriancs
  • 3 total downloads
  • Latest version: 2.3.7
  • mysqlbackup mysqlconnector
A tool to backup and restore MySQL database in C#/VB.NET/ASP.NET. This library runs with MySqlConnector (MIT)
Net.IBM.Data.Db2 by: IBM Corporation
  • 2 total downloads
  • Latest version: 9.0.0.400
  • IBM .NET9 IBM Data Server Driver for .NET9 IBM IBM DB Data Informix ADO.NET
IBM Data Server provider for .NET 9. For more details, please visit: https://community.ibm.com/community/user/blogs/vishwa-hs1/2020/07/12/db2-net-packages-download-and-configure
NETStandard.Library by: Microsoft
  • 6 total downloads
  • Latest version: 2.0.1
A set of standard .NET APIs that are prescribed to be used and supported together. b7f182415927d3b98445d043e1680c56b9d1f17c When using NuGet 3.x this package requires at least version 3.4.
NewLife.Core by: 新生命开发团队
  • 3 total downloads
  • Latest version: 11.10.2026.127-beta1203
  • 新生命团队 X组件 NewLife NewLife.Core
Core basic components: log (file / network), configuration (XML / JSON / HTTP), cache, network (TCP / UDP / HTTP /WebSocket), serialization (binary / XML / JSON), APM performance tracking. 核心基础组件,日志(文件/网络)、配置(XML/Json/Http)、缓存、网络(Tcp/Udp/Http/WebSocket)、序列化(Binary/XML/Json)、APM性能追踪。
NewLife.XCode by: 新生命开发团队
  • 111 total downloads
  • Latest version: 11.23.2026.127-beta1342
  • 新生命团队 X组件 NewLife XCode
数据中间件,支持MySQL、SQLite、SqlServer、Oracle、Postgresql、TDengine、达梦,重点在缓存、性能、分表、自动建表。
Newtonsoft.Json by: James Newton-King
  • 12 total downloads
  • Latest version: 10.0.3
  • json
Json.NET is a popular high-performance JSON framework for .NET
NLog by: Kim Christensen
  • 1 total downloads
  • Latest version: 2.1.0
  • logging log tracing logfiles NLog
NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity. This package installs NLog.dll with includes core logging functionality. For your main project also need to install "NLog Configuration" package.
NuGet.Common by: NuGet.Common
  • 4 total downloads
  • Latest version: 4.2.0
NuGet v3 core library.
NuGet.Frameworks by: NuGet
  • 3 total downloads
  • Latest version: 4.1.0
The understanding of target frameworks for NuGet.Packaging
NuGet.LibraryModel by: NuGet.LibraryModel
  • 4 total downloads
  • Latest version: 4.2.0
NuGet v3 core library.
NuGet.Packaging by: NuGet
  • 4 total downloads
  • Latest version: 4.2.0
  • semver semantic versioning
NuGet's implementation for reading nupkg package and nuspec package specification files.
NuGet.Packaging.Core.Types by: NuGet.Packaging.Core.Types
  • 13 total downloads
  • Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
NuGet.ProjectModel by: NuGet.ProjectModel
  • 4 total downloads
  • Latest version: 4.2.0
NuGet v3 core library.
NuGet.Protocol.Core.Types by: NuGet
  • 8 total downloads
  • Latest version: 4.0.0-rtm-2283
  • nuget protocol
NuGet's protocol-level base types used for connecting to API v2 and API v3 repositories.
NuGet.Repositories by: NuGet.Repositories
  • 7 total downloads
  • Latest version: 4.1.0
NuGet v3 core library.
NuGet.RuntimeModel by: NuGet.RuntimeModel
  • 4 total downloads
  • Latest version: 4.2.0
NuGet v3 core library.
NuGet.Versioning by: NuGet
  • 2 total downloads
  • Latest version: 4.0.0
  • semver semantic versioning
NuGet's implementation of Semantic Versioning.
Nullable by: Manuel Römer
  • 4 total downloads
  • Latest version: 1.3.1
  • source compiletime null nullable attributes allownull disallownull doesnotreturn doesnotreturnif maybenull maybenullwhen notnull notnullifnotnull notnullwhen membernotnull membernotnullwhen
A source code only package which allows you to use .NET's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework. This package does not contain any compiled binaries, but instead adds the attribute classes as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications. The C# code is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the majority of the attributes are not included in the .NET Standard 2.1 version, because it already provides these by default. Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.