OpenTelemetry.Api by: OpenTelemetry Authors
  • 57 total downloads
  • Latest version: 1.17.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET API
Pulsar.Client by: F# community
  • 13 total downloads
  • Latest version: 0.1.2
  • pulsar
.NET client for Apache Pulsar
Nullable by: Manuel Römer
  • 20 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.
Refit by: ReactiveUI and Contributors
  • 118 total downloads
  • Latest version: 15.0.0
  • refit rest http httpclient api-client typed-client source-generator roslyn system-text-json json aot trimming
Type-safe REST API clients for .NET, generated from annotated interfaces with build-time source generation, direct request construction, System.Text.Json defaults, and support for trimming and AOT.
runtime.debian.9-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 5 total downloads
  • Latest version: 4.3.3
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
OpenTelemetry.Extensions.Hosting by: OpenTelemetry Authors
  • 86 total downloads
  • Latest version: 1.17.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
runtime.debian.9-x64.runtime.native.System.Security.Cryptography by: Microsoft
  • 5 total downloads
  • Latest version: 4.3.4
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
RESPite by: Stack Exchange, Inc., Marc Gravell, Nick Craver
  • 5 total downloads
  • Latest version: 2.9.99-gfe04f9c406
Package Description
Pipelines.Sockets.Unofficial by: Pipelines.Sockets.Unofficial
  • 3 total downloads
  • Latest version: 2.2.16
Package Description
protobuf-net.Core by: Marc Gravell
  • 2 total downloads
  • Latest version: 3.3.8
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
Octokit by: GitHub
  • 25 total downloads
  • Latest version: 0.2.2
  • GitHub API Octokit
An async-based GitHub API client library for .NET
runtime.debian.8-x64.runtime.native.System.Security.Cryptography by: Microsoft
  • 56 total downloads
  • Latest version: 4.3.4
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
protobuf-net by: Marc Gravell
  • 12 total downloads
  • Latest version: 3.3.0
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl by: Microsoft
  • 49 total downloads
  • Latest version: 4.3.3
Internal implementation package not meant for direct consumption. Please do not reference directly. When using NuGet 3.x this package requires at least version 3.4.
ReactiveUI.Primitives.Core by: ReactiveUI Association Inc
  • 33 total downloads
  • Latest version: 7.1.1
  • system.reactive rx reactive observable primitives signals schedulers sequencers mvvm functional operators
Type-agnostic core primitives shared by ReactiveUI.Primitives and ReactiveUI.Primitives.Reactive.
OpenTelemetry.Api.ProviderBuilderExtensions by: OpenTelemetry Authors
  • 89 total downloads
  • Latest version: 1.17.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
ReactiveUI.Primitives by: ReactiveUI Association Inc
  • 63 total downloads
  • Latest version: 7.1.1
  • system.reactive rx reactive observable primitives signals schedulers sequencers mvvm functional operators
High-performance reactive primitives for building allocation-conscious ReactiveUI and Rx-style .NET applications without a production dependency on System.Reactive or R3.
OpenTelemetry by: OpenTelemetry Authors
  • 58 total downloads
  • Latest version: 1.17.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET SDK
ReactiveUI.Disposables by: ReactiveUI Association Inc
  • 39 total downloads
  • Latest version: 7.1.1
  • system.reactive rx reactive observable primitives signals schedulers sequencers mvvm functional operators
High-performance reactive primitives for building allocation-conscious ReactiveUI and Rx-style .NET applications without a production dependency on System.Reactive or R3.
Remotion.Linq by: rubicon IT GmbH
  • 97 total downloads
  • Latest version: 2.2.0
  • re-motion LINQ ExpressionTrees
re-linq Frontend: A foundation for parsing LINQ expression trees and generating queries in SQL or other languages. Key features: - Transforms expression trees into abstract syntax trees resemblying LINQ query expressions (from ... select syntax) - Simplifies many aspects of this tree (sub queries, transparent identifieres, pre-evaluation ...) - Provides basic infrastructure for backend development (e.g. SQL generation) - Provides a framework for user-defined query extensions and transformations