MSBuild.Sdk.Extras
by: Oren Novotny
- 175 total downloads
- Latest version: 1.5.4
Additional MSBuild targets and properties for SDK-style .NET projects.
Nerdbank.GitVersioning
by: Andrew Arnott
- 947 total downloads
- Latest version: 3.10.8-alpha
Stamps your assemblies with semver 2.0 compliant git commit specific version information and provides NuGet versioning information as well.
Nerdbank.Streams
by: Andrew Arnott
- 700 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
- 74 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
- 414 total downloads
- Latest version: 13.0.4
Json.NET is a popular high-performance JSON framework for .NET
Newtonsoft.Json.Bson
by: James Newton-King
- 22 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
- 840 total downloads
- Latest version: 6.0.7
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
- 301 total downloads
- Latest version: 8.0.8
Npgsql is the open source .NET data provider for PostgreSQL.
NuGet.Frameworks
by: Microsoft
- 462 total downloads
- Latest version: 6.14.0
NuGet's understanding of target frameworks.
NuGet.Versioning
by: Microsoft
- 467 total downloads
- Latest version: 6.14.0
NuGet's implementation of Semantic Versioning.
Nullable
by: Manuel Römer
- 50 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
- 24 total downloads
- Latest version: 0.10.5
A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder.
OpenTelemetry
by: OpenTelemetry Authors
- 513 total downloads
- Latest version: 1.14.0
OpenTelemetry .NET SDK
OpenTelemetry.Api
by: OpenTelemetry Authors
- 480 total downloads
- Latest version: 1.14.0
OpenTelemetry .NET API
OpenTelemetry.Api.ProviderBuilderExtensions
by: OpenTelemetry Authors
- 176 total downloads
- Latest version: 1.14.0
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Exporter.OpenTelemetryProtocol
by: OpenTelemetry Authors
- 426 total downloads
- Latest version: 1.14.0
OpenTelemetry protocol exporter for OpenTelemetry .NET
OpenTelemetry.Extensions.Hosting
by: OpenTelemetry Authors
- 308 total downloads
- Latest version: 1.14.0
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
OpenTelemetry.Extensions.Propagators
by: OpenTelemetry Authors
- 226 total downloads
- Latest version: 1.14.0
OpenTelemetry Extensions Propagators
OpenTelemetry.Instrumentation.AspNetCore
by: OpenTelemetry Authors
- 248 total downloads
- Latest version: 1.14.0
ASP.NET Core instrumentation for OpenTelemetry .NET
OpenTelemetry.Instrumentation.Http
by: OpenTelemetry Authors
- 243 total downloads
- Latest version: 1.14.0
HTTP instrumentation for OpenTelemetry .NET.