PolySharp by: Sergio Pedri
  • 165 total downloads
  • Latest version: 1.15.0+02753db24d9685e54db06739eb63183d86eb5b62
  • dotnet net netcore netstandard csharp library generator polyfill roslyn
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
Portable.BouncyCastle by: Claire Novotny
  • 60 total downloads
  • Latest version: 1.9.0
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
Portable.System.DateTimeOnly by: Oleg Rakhmatulin
  • 6 total downloads
  • Latest version: 7.0.0
  • DateOnly TimeOnly
DateOnly and TimeOnly types for .NET versions before 6.0
Prompty.Core by: Cassie Breviu Seth Juarez Mark Wallace
  • 60 total downloads
  • Latest version: 0.2.3-beta
Package Description
protobuf-net by: Marc Gravell
  • 533 total downloads
  • Latest version: 3.2.56
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
protobuf-net.Core by: Marc Gravell
  • 391 total downloads
  • Latest version: 3.3.0-g6785ecbb35
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
protobuf-net.Grpc by: Marc Gravell
  • 259 total downloads
  • Latest version: 1.2.2
  • grpc
Package Description
protobuf-net.Reflection by: Marc Gravell
  • 258 total downloads
  • Latest version: 3.2.52
  • binary serialization protobuf
ProtoBuf DSL (proto2 / proto3) and descriptor tools for protobuf-net
Protobuf.Text by: Kerry Jiang and other contributors
  • 92 total downloads
  • Latest version: 0.7.2
  • C# protobuf text text format
Text format support for google's protobuf C# library
pythonnet by: Python.Runtime
  • 164 total downloads
  • Latest version: 3.1.0-preview2024-09-06
  • python interop dynamic dlr Mono pinvoke
Python and CLR (.NET and Mono) cross-platform language interop
Qdrant.Client by: Qdrant and Contributors
  • 85 total downloads
  • Latest version: 1.14.1
  • qdrant database vector search
.NET client for Qdrant vector database
RabbitMQ.Client by: Broadcom
  • 433 total downloads
  • Latest version: 7.1.2
  • rabbitmq amqp
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
RangeExtensions by: neon-sunset
  • 61 total downloads
  • Latest version: 2.1.1
  • Range System.Range Extensions LINQ IEnumerable foreach RangeForEach
A set of optimized extensions which integrate System.Range with foreach and LINQ.
Razorvine.Pickle by: Irmen de Jong
  • 46 total downloads
  • Latest version: 1.5.0
  • python serialization pickle
A feature complete pickle protocol implementation (Python's builtin serialization mechanism)
Rebus by: mookid8000
  • 1.088k total downloads
  • Latest version: 8.8.0
  • rebus queue messaging service bus
Rebus is a lean service bus for .NET
Rebus.ServiceProvider by: mookid8000
  • 170 total downloads
  • Latest version: 9.1.0
  • rebus service-provider ioc dependency-injection
Provides a service provider-based container adapter for Rebus (i.e. integration with Microsoft.Extensions.DependencyInjection) as well as integration with the generic host
Remotion.Linq by: rubicon IT GmbH
  • 40 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
RestSharp by: .NET Foundation and Contributors
  • 638 total downloads
  • Latest version: 112.1.0
Simple REST and HTTP API Client
Roslyn.Diagnostics.Analyzers by: Microsoft
  • 769 total downloads
  • Latest version: 5.0.0-1.25277.114
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Diagnostic Analyzers Syntax Semantics
Private analyzers specific to Roslyn repo. These analyzers are not intended for public consumptions outside of the Roslyn repo.
RunProcessAsTask by: James Manning Max Cheetham and Eamon Nerbonne
  • 90 total downloads
  • Latest version: 1.2.4
Simple wrapper around System.Diagnostics.Process to expose it as a System.Threading.Tasks.Task<ProcessResults> Includes support for cancellation, timeout (via cancellation), and exposes the standard output, standard error, exit code, and run time of the process.