protobuf-net by: Marc Gravell
  • 370 total downloads
  • Latest version: 2.4.6
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
protobuf-net.BuildTools by: Marc Gravell
  • 27 total downloads
  • Latest version: 3.2.30
  • binary serialization protobuf
Analyzer and Generator support for protobuf-net
python by: Python Software Foundation
  • 13 total downloads
  • Latest version: 3.9.6
  • python
Installs 64-bit Python for use in build scenarios.
QRCoder by: Raffael Herrmann
  • 14 total downloads
  • Latest version: 1.4.3
  • 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: RabbitMQ.Client
  • 40 total downloads
  • Latest version: 5.1.2
  • RabbitMQ
The RabbitMQ .NET client is the official client library for C# (and, implicitly, other .NET languages)
RandomDataGenerator.Net by: Stef Heyenrath
  • 214 total downloads
  • Latest version: 1.0.18
  • Random Data Text Lipsum
This is a configurable generator to create random data like Lorum Ipsum Text, Words, Text Patterns, First/Last Names, IP-Addresses, Guids, DateTime and more.
RazorLight by: toddams
  • 145 total downloads
  • Latest version: 1.1.0
  • Razor RazorLight template-engine email emails dotnet netcore.
Use Razor to build your templates from strings / files / EmbeddedResources outside of ASP.NET MVC for .NET Core
RBush by: viceroypenguin
  • 155 total downloads
  • Latest version: 3.2.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.
refit by: Paul Betts Refit contributors
  • 146 total downloads
  • Latest version: 3.0.1
The automatic type-safe REST library for Xamarin and .NET
Refit by: .NET Foundation and Contributors
  • 228 total downloads
  • Latest version: 4.8.14
The automatic type-safe REST library for Xamarin and .NET
Remotion.Linq by: rubicon IT GmbH
  • 161 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
RichardSzalay.MockHttp by: Richard Szalay
  • 144 total downloads
  • Latest version: 7.0.0
Testing layer for Microsoft's HttpClient library
RoboLynx.Umbraco.QRCodeGenerator by: Sebastian Felis
  • 28 total downloads
  • Latest version: 10.0.0
  • umbraco-marketplace umbraco propety editor qr code generator
Property editor for Umbraco to generating QR codes. It generate QR codes for the specify data source (e.g. published document property value, URL, any custom source). It's accessible for backoffice user, but it's can be also use at frontend page after RoboLynx.Umbraco.QRCodeGenerator.Frontend package installation.
RoboLynx.Umbraco.QRCodeGenerator.Backoffice by: Sebastian Felis
  • 13 total downloads
  • Latest version: 10.1.1
  • umbraco propety editor qr code generator umbraco-marketplace
Part of QR Code Generator for Umbraco. Property editor and Content App to generate QR codes in Umbraco Backoffice for the specify data source (e.g. published document property value, URL, any custom source).
Roslynator.CodeAnalysis.Analyzers by: Josef Pihrt
  • 13 total downloads
  • Latest version: 3.3.0
  • Roslyn Analyzer CodeAnalysis C# CSharp
A collection of analyzers for Roslyn API. - This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 3.8.0. - This package is applicable for projects that use Roslyn API (Microsoft.CodeAnalysis* packages)
Roslynator.Formatting.Analyzers by: Josef Pihrt
  • 13 total downloads
  • Latest version: 3.3.0
  • Roslyn Analyzer Formatting Productivity CodeAnalysis C# CSharp
A collection of formatting analyzers, powered by Roslyn. - This package is dependent on Microsoft.CodeAnalysis.CSharp.Workspaces 3.8.0. - All analyzers are disabled by default.
runtime.any.System.Collections by: Microsoft
  • 11 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections. Commonly Used Types: System.Collections.Generic.List<T> System.Collections.Generic.Dictionary<TKey, TValue> System.Collections.Generic.Queue<T> System.Collections.Generic.Stack<T> System.Collections.Generic.HashSet<T> System.Collections.Generic.LinkedList<T> System.Collections.Generic.EqualityComparer<T> System.Collections.Generic.Comparer<T> System.Collections.Generic.SortedDictionary<TKey, TValue> When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Diagnostics.Tools by: Microsoft
  • 21 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides attributes, such as GeneratedCodeAttribute and SuppresMessageAttribute, that are emitted or consumed by analysis tools. Commonly Used Types: System.CodeDom.Compiler.GeneratedCodeAttribute System.Diagnostics.CodeAnalysis.SuppressMessageAttribute When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Diagnostics.Tracing by: Microsoft
  • 24 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides class that enable you to create high performance tracing events to be captured by event tracing for Windows (ETW). Commonly Used Types: System.Diagnostics.Tracing.EventSource System.Diagnostics.Tracing.EventListener System.Diagnostics.Tracing.EventLevel System.Diagnostics.Tracing.EventKeywords System.Diagnostics.Tracing.EventWrittenEventArgs System.Diagnostics.Tracing.EventAttribute System.Diagnostics.Tracing.EventSourceAttribute System.Diagnostics.Tracing.NonEventAttribute When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Globalization by: Microsoft
  • 19 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes that define culture-related information, including language, country/region, calendars in use, format patterns for dates, currency, and numbers, and sort order for strings. Commonly Used Types: System.Globalization.DateTimeFormatInfo System.Globalization.CultureInfo System.Globalization.NumberFormatInfo System.Globalization.CalendarWeekRule System.Globalization.TextInfo System.Globalization.Calendar System.Globalization.CompareInfo System.Globalization.CompareOptions System.Globalization.UnicodeCategory When using NuGet 3.x this package requires at least version 3.4.
runtime.any.System.Globalization.Calendars by: Microsoft
  • 19 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides classes for performing date calculations using specific calendars, including the Gregorian, Julian, Hijri and Korean calendars. Commonly Used Types: System.Globalization.HijriCalendar System.Globalization.GregorianCalendar System.Globalization.HebrewCalendar System.Globalization.KoreanCalendar System.Globalization.ThaiBuddhistCalendar System.Globalization.TaiwanCalendar System.Globalization.JapaneseCalendar System.Globalization.GregorianCalendarTypes System.Globalization.PersianCalendar System.Globalization.UmAlQuraCalendar When using NuGet 3.x this package requires at least version 3.4.