Newtonsoft.Json by: James Newton-King
  • 2 total downloads
  • Latest version: 5.0.8
  • json
Json.NET is a popular high-performance JSON framework for .NET
NJsonSchema.CodeGeneration.TypeScript by: Rico Suter
  • 256 total downloads
  • Latest version: 11.3.1
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
NJsonSchema.Yaml by: Rico Suter
  • 1 total downloads
  • Latest version: 10.0.16
  • json schema validation generator .net
JSON Schema reader, generator and validator for .NET
Npgsql by: Shay Rojansky, Yoh Deadfall, Austin Drenski, Emil Lenngren, Francisco Figueiredo Jr., Kenji Uno
  • 5 total downloads
  • Latest version: 4.0.12
  • npgsql postgresql postgres ado ado.net database sql
Npgsql is the open source .NET data provider for PostgreSQL.
NSwag.CodeGeneration.CSharp by: Rico Suter
  • 8 total downloads
  • Latest version: 14.0.5
  • OpenAPI Swagger AspNetCore Documentation CodeGen TypeScript WebApi AspNet
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NSwag.Commands by: Rico Suter
  • 1 total downloads
  • Latest version: 11.4.0
  • Swagger Documentation WebApi AspNet TypeScript CodeGen
NSwag: The Swagger API toolchain for .NET and TypeScript
NSwag.Generation.AspNetCore by: Rico Suter
  • 1 total downloads
  • Latest version: 13.13.0
  • Swagger Documentation AspNetCore
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript
NuGet.Frameworks by: NuGet
  • 1 total downloads
  • Latest version: 4.1.0
The understanding of target frameworks for NuGet.Packaging
NuGet.Protocol by: Microsoft
  • 16 total downloads
  • Latest version: 6.13.1
  • nuget protocol
NuGet's implementation for interacting with feeds. Contains functionality for all feed types.
NuGet.Repositories by: NuGet.Repositories
  • 3 total downloads
  • Latest version: 4.3.0-beta1-2418
NuGet v3 core library.
Nullable by: Manuel Römer
  • 1 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.
NUnit by: Charlie Poole, Rob Prouse
  • 23 total downloads
  • Latest version: 4.2.1
  • nunit test testing tdd framework fluent assert theory plugin addin
NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes. The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs. If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade. Supported platforms: - .NET Framework 4.6.2+ - .NET 6.0+
NUnit3TestAdapter by: Charlie Poole, Terje Sandstrom
  • 19 total downloads
  • Latest version: 6.0.0-beta.2.1
  • test visualstudio testadapter nunit nunit3 dotnet
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core), versions .net framework 4.6.2 or higher, .net 8 or higher. Note that this package ONLY contains the adapter, not the NUnit framework. For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
OpenTelemetry.Api by: OpenTelemetry Authors
  • 19 total downloads
  • Latest version: 1.11.2
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET API
OpenTelemetry.Exporter.OpenTelemetryProtocol by: OpenTelemetry Authors
  • 31 total downloads
  • Latest version: 1.14.0-rc.1
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging OTLP
OpenTelemetry protocol exporter for OpenTelemetry .NET
OpenTelemetry.Instrumentation.Http by: OpenTelemetry Authors
  • 7 total downloads
  • Latest version: 1.8.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging distributed-tracing
Http instrumentation for OpenTelemetry .NET
OpenTelemetry.Instrumentation.SqlClient by: OpenTelemetry Authors
  • 1 total downloads
  • Latest version: 1.0.0-rc9.6
  • Observability OpenTelemetry Monitoring Telemetry Tracing distributed-tracing
SqlClient instrumentation for OpenTelemetry .NET
OpenTK.redist.glfw by: Team OpenTK
  • 2 total downloads
  • Latest version: 3.3.8.35
GLFW redistributables for OpenTK.
Orleans.Clustering.Redis by: OrleansContrib
  • 15 total downloads
  • Latest version: 3.2.2
  • Orleans Redis
Microsoft Orleans clustering provider backed by Redis
Parlot by: Sebastien Ros
  • 1 total downloads
  • Latest version: 1.5.3
  • parser interpreter
Parlot is a fast, lightweight and simple to use .NET parser combinator.