NETStandard.Library
by: Microsoft
- 13 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
- 83 total downloads
- Latest version: 13.0.3
Json.NET is a popular high-performance JSON framework for .NET
Mono.TextTemplating
by: Mikayla Hutchinson
- 31 total downloads
- Latest version: 3.0.0
Embeddable engine for the T4 templating language, a general-purpose way to generate text or code files using C#
NetBox
by: Ivan Gavryliuk (@aloneguid)
- 119 total downloads
- Latest version: 2.5.3
Provides common simple helper functions to accelerate .NET development. Those vary by complexity and nature and include a lot of extension methods to calculate hashes (md5, crypto), string operations, short guids, string encoding, collection extensions, CSV support and many more.
MSBuild.Sdk.Extras
by: Claire Novotny
- 73 total downloads
- Latest version: 3.0.44
An MSBuild SDK package for SDK-style .NET projects that has additional properties and targets which extends `Microsoft.NET.Sdk`.
NamedPipeServerStream.NetFrameworkVersion
by: havendv
- 24 total downloads
- Latest version: 1.1.13
This package adds original NamedPipeServerStream constructors from Net.Framework to NetStandard
See System.IO.Pipes.NamedPipeServerStreamConstructors.New method
Features:
- Completely repeats constructor behavior from .Net Framework (including exceptions)
- Has a strong name
- Restored from decompiled code. No changes from the original
- Official dependencies only
- Tested
Npgsql
by: Shay Rojansky Nikita Kazmin Brar Piening Nino Floris Yoh Deadfall Austin Drenski Emil Lenngren Francisco Figueiredo Jr. Kenji Uno
- 32 total downloads
- Latest version: 8.0.7
Npgsql is the open source .NET data provider for PostgreSQL.
Newtonsoft.Json.Bson
by: James Newton-King
- 5 total downloads
- Latest version: 1.0.3
Json.NET BSON adds support for reading and writing BSON
Nerdbank.Streams
by: Andrew Arnott
- 96 total downloads
- Latest version: 2.12.87
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
NetLegacySupport.ConcurrentDictionary
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
System.ConcurrentDictionary for .NET Framework 2.0, 3.5. This is a backport from .NET Core.
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 105 total downloads
- Latest version: 5.4.0
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, 6, 7, 8 and 9
- .NET Core 1, 2 and 3
- .NET Standard 1.3+ and 2.0+
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
Nerdbank.GitVersioning
by: Andrew Arnott
- 129 total downloads
- Latest version: 3.7.115
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
NSubstitute
by: Anthony Egerton David Tchepak Alexandr Nikitin Oleksandr Povar
- 1 total downloads
- Latest version: 5.1.0
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.
Moq
by: Daniel Cazzulino kzu
- 1 total downloads
- Latest version: 4.20.70
Moq is the most popular and friendly mocking framework for .NET.
NeoSmart.AsyncLock
by: NeoSmart Technologies Mahmoud Al-Qudsi
- 2 total downloads
- Latest version: 3.3.0-preview1
A C# lock replacement for async/await, supporting recursion/re-entrance and asynchronous waits. Handles async recursion correctly - note that Nito.AsyncEx does not!
NetTopologySuite
by: NetTopologySuite - Team
- 1 total downloads
- Latest version: 2.6.0
The NTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. NTS conforms to the Simple Features Specification.
Npgsql.EntityFrameworkCore.PostgreSQL
by: Shay Rojansky Austin Drenski Yoh Deadfall
- 21 total downloads
- Latest version: 3.1.11
PostgreSQL/Npgsql provider for Entity Framework Core.
NetTopologySuite.IO.SpatiaLite
by: NetTopologySuite - Team
- 55 total downloads
- Latest version: 2.0.0
This package contains the SpatiaLite IO library.
MySqlConnector
by: Bradley Grainger
- 139 total downloads
- Latest version: 2.4.0
A truly async MySQL ADO.NET provider, supporting MySQL Server, MariaDB, Amazon Aurora, Azure Database for MySQL, Google Cloud SQL, and more.
NewId
by: Chris Patterson
- 6 total downloads
- Latest version: 4.0.1
NewId is an ordered 128-bit unique identifier generator using the Flake algorithm.