protobuf-net.Grpc by: Marc Gravell
  • 80 total downloads
  • Latest version: 1.2.2
  • grpc
Package Description
protobuf-net.Grpc.AspNetCore by: Marc Gravell
  • 76 total downloads
  • Latest version: 1.2.2
  • grpc
Package Description
protobuf-net.Grpc.ClientFactory by: Marc Gravell
  • 49 total downloads
  • Latest version: 1.2.2
  • grpc
Package Description
PuppeteerSharp by: Darío Kondratiuk
  • 6 total downloads
  • Latest version: 24.39.0
  • headless,chrome,puppeteer
Headless Browser .NET API
QRCoder by: Raffael Herrmann, Shane Krueger
  • 216 total downloads
  • Latest version: 1.7.0
  • c# csharp qr qrcoder qrcode qr-generator qr-code-generator
QRCoder is a simple library, written in C#.NET, which enables you to create QR codes.
RabbitMQ.Client by: Broadcom
  • 100 total downloads
  • Latest version: 7.2.0
  • rabbitmq, amqp
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
RazorEngine by: Matthew Abbott, Ben Dornis, Matthias Dittrich
  • 257 total downloads
  • Latest version: 4.5.1-alpha001
  • C# razor template engine programming
RazorEngine - A Templating Engine based on the Razor parser.
RBush by: viceroypenguin
  • 33 total downloads
  • Latest version: 4.0.0
  • .NET R-Tree Algorithm tree search spatial index
Spatial Index data structure; used to make it easier to find data points on a two dimensional plane.
RBush.Signed by: viceroypenguin
  • 2 total downloads
  • Latest version: 4.0.0
  • .NET R-Tree Algorithm tree search spatial index
Spatial Index data structure; used to make it easier to find data points on a two dimensional plane.
ReflectionBridge by: Stef Heyenrath
  • 12 total downloads
  • Latest version: 0.0.13
  • type typeinfo extensions proxy bridge reflection
Provides some extensions which define a bridge for the differences between Type and TypeInfo.
Remotion.Linq by: rubicon IT GmbH
  • 117 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
Remotion.Linq.EagerFetching by: rubicon IT GmbH
  • 28 total downloads
  • Latest version: 2.2.0
  • re-motion LINQ Eager Fetching
Allows LINQ providers based on re-linq Frontend to support eager fetching.
RepoDb by: Michael Camara Pendon
  • 34 total downloads
  • Latest version: 1.13.2-alpha1
  • orm hybrid-orm micro-orm
A hybrid ORM library for .NET.
RepoDb.MySqlConnector by: Michael Camara Pendon
  • 45 total downloads
  • Latest version: 1.13.2-alpha1
  • orm hybrid-orm micro-orm mysql mysqlconnector
A hybrid .NET ORM library for MySQL (using MySqlConnector).
Respawn by: Jimmy Bogard
  • 131 total downloads
  • Latest version: 7.0.0
  • tests integration tests database tests
Intelligent resetting for database tests
RestSharp by: .NET Foundation and Contributors
  • 98 total downloads
  • Latest version: 113.0.1-alpha.0.3
Simple REST and HTTP API Client
RestSharp.Authenticators.Digest by: The Noobs
  • 38 total downloads
  • Latest version: 2.1.0
  • Restsharp,Digest,Auth
Library that allows Digest authentication with RestSharp.
Roslyn.Diagnostics.Analyzers by: Microsoft
  • 276 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.
Roslynator.Analyzers by: Josef Pihrt
  • 241 total downloads
  • Latest version: 4.14.1
  • Roslyn Analyzer Refactoring Productivity CodeAnalysis C# CSharp
A collection of 200+ analyzers for C#, powered by Roslyn.
RunProcessAsTask by: jamesmanning
  • 2 total downloads
  • Latest version: 1.1.2
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.