Nerdbank.MessagePack
by: Andrew Arnott
- 8 total downloads
- Latest version: 1.0.43
A fast and more user-friendly MessagePack serialization library for .NET and .NET Framework. This package is brought to you by one of the two major contributors to MessagePack-CSharp. As its natural successor, this library comes packed with features that its predecessor lacks, and has ongoing support.
Premium support for trimming and Native AOT, secure deserialization of untrusted data, async serialization, streaming deserialization, skip serializing of default values, reference preservation, and support for reference cycles.
Also features an automatic structural equality API.
Nerdbank.Streams
by: Andrew Arnott
- 800 total downloads
- Latest version: 2.13.16
Streams for full duplex in-proc communication, wrap a WebSocket, split a stream into multiple channels, etc.
NETStandard.Library
by: Microsoft
- 88 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
- 227 total downloads
- Latest version: 13.0.5-beta1
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 25 total downloads
- Latest version: 1.0.3
Json.NET BSON adds support for reading and writing BSON
NLog
by: Jarek Kowalski Kim Christensen Julian Verdurmen
- 630 total downloads
- Latest version: 6.1.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 6, 7, 8, 9 and 10
- .NET Standard 2.0 and 2.1
- .NET Framework 3.5 - 4.8
- Xamarin Android + iOS (.NET Standard)
- Mono 4
For integrating NLog with Microsoft.Extensions.Logging, check: https://www.nuget.org/packages/NLog.Extensions.Logging
For using NLog with ASP.NET Core, check: https://www.nuget.org/packages/NLog.Web.AspNetCore
Npgsql
by: Shay Rojansky Nikita Kazmin Brar Piening Nino Floris Yoh Deadfall Austin Drenski Emil Lenngren Francisco Figueiredo Jr. Kenji Uno
- 376 total downloads
- Latest version: 8.0.8
Npgsql is the open source .NET data provider for PostgreSQL.
NuGet.Frameworks
by: Microsoft
- 496 total downloads
- Latest version: 6.14.0
NuGet's understanding of target frameworks.
NuGet.Versioning
by: Microsoft
- 500 total downloads
- Latest version: 6.14.0
NuGet's implementation of Semantic Versioning.
Nullable
by: Manuel Römer
- 57 total downloads
- Latest version: 1.3.1
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.
NVorbis
by: Andrew Ward
- 28 total downloads
- Latest version: 0.10.5
A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder.
Octokit
by: GitHub
- 147 total downloads
- Latest version: 14.0.0
An async-based GitHub API client library for .NET and .NET Core
OpenTelemetry
by: OpenTelemetry Authors
- 590 total downloads
- Latest version: 1.15.0
OpenTelemetry .NET SDK
OpenTelemetry.Api
by: OpenTelemetry Authors
- 554 total downloads
- Latest version: 1.15.0
OpenTelemetry .NET API
OpenTelemetry.Api.ProviderBuilderExtensions
by: OpenTelemetry Authors
- 211 total downloads
- Latest version: 1.15.0
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Exporter.OpenTelemetryProtocol
by: OpenTelemetry Authors
- 524 total downloads
- Latest version: 1.15.0
OpenTelemetry protocol exporter for OpenTelemetry .NET
OpenTelemetry.Extensions.Hosting
by: OpenTelemetry Authors
- 371 total downloads
- Latest version: 1.15.0
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
OpenTelemetry.Extensions.Propagators
by: OpenTelemetry Authors
- 271 total downloads
- Latest version: 1.15.0
OpenTelemetry Extensions Propagators
OpenTelemetry.Instrumentation.AspNetCore
by: OpenTelemetry Authors
- 295 total downloads
- Latest version: 1.15.0
ASP.NET Core instrumentation for OpenTelemetry .NET
OpenTelemetry.Instrumentation.Http
by: OpenTelemetry Authors
- 288 total downloads
- Latest version: 1.15.0
HTTP instrumentation for OpenTelemetry .NET.