runtime.android-x64.runtime.native.System.IO.Ports by: Microsoft
  • 376 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
Internal implementation package not meant for direct consumption. Please do not reference directly.
RocketMQ.Client by: RocketMQ Authors
  • 696 total downloads
  • Latest version: 5.2.0-rc1
.NET Client for Apache RocketMQ
rmt_libssh2 by: Daniel Stenberg and Contributors to the libssh2 project
  • 40 total downloads
  • Latest version: 1.8.0
  • rmt libssh2 native nativepackage
Key Exchange Methods: diffie-hellman-group1-sha1, diffie-hellman-group14-sha1, diffie-hellman-group-exchange-sha1 Hostkey Types: ssh-rsa, ssh-dss Ciphers: aes256-cbc (rijndael-cbc@lysator.liu.se), aes192-cbc, aes128-cbc, 3des-cbc, blowfish-cbc, cast128-cbc, arcfour, none Compression Schemes: zlib, zlib@openssh.com, none MAC hashes: hmac-sha1, hmac-sha1-96, hmac-md5, hmac-md5-96, hmac-ripemd160 (hmac-ripemd160@openssh.com), none Authentication: none, password, public-key, hostbased, keyboard-interactive Channels: shell, exec (incl. SCP wrapper), direct-tcpip, subsystem Global Requests: tcpip-forward Channel Requests: x11, pty, exit-signal, keepalive@openssh.com Subsystems: sftp(version 3), publickey(version 2) SFTP: statvfs@openssh.com, fstatvfs@openssh.com Thread-safe: just don't share handles simultaneously Non-blocking: it can be used both blocking and non-blocking Your sockets: the app hands over the socket, calls select() etc. OpenSSL, Libgcrypt or WinCNG (native since Windows Vista): builds with either.
runtime.android-x86.runtime.native.System.IO.Ports by: Microsoft
  • 380 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
Internal implementation package not meant for direct consumption. Please do not reference directly.
rmt_zlib by: Jean-loup Gailly and Mark Adler
  • 65 total downloads
  • Latest version: 1.2.8.7
  • rmt zlib native nativepackage
zlib is a software library used for data compression. zlib was written by Jean-Loup Gailly and Mark Adler and is an abstraction of the DEFLATE compression algorithm used in their gzip file compression program. zlib is also a crucial component of many software platforms including Linux, Mac OS X, and iOS. It has also been used in gaming consoles such as the PlayStation 4, PlayStation 3, Wii U, Wii, Xbox One and Xbox 360.
runtime.android-arm.runtime.native.System.IO.Ports by: Microsoft
  • 370 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
Internal implementation package not meant for direct consumption. Please do not reference directly.
runtime.any.System.Globalization by: Microsoft
  • 48 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.
Rubyer by: Ensin
  • 5.814k total downloads
  • Latest version: 2.19.0
WPF 使用的 UI 控件包
runtime.any.System.Collections by: Microsoft
  • 50 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.android-arm64.runtime.native.System.IO.Ports by: Microsoft
  • 325 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
Internal implementation package not meant for direct consumption. Please do not reference directly.
RtfPipe by: Eric Domke
  • 169 total downloads
  • Latest version: 2.0.7677.4303
  • html rtf rich text
RtfPipe is a .NET library for parsing Rich Text Format (RTF) streams and converting them to HTML
Roslyn.Diagnostics.Analyzers by: Microsoft
  • 2.296k 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.
RichardSzalay.MockHttp by: Richard Szalay
  • 91 total downloads
  • Latest version: 7.0.0
Testing layer for Microsoft's HttpClient library
Riok.Mapperly by: Mapperly Contributors Lars Tönz Manuel Allenspach
  • 457 total downloads
  • Latest version: 4.3.0
  • Mapper SourceGenerator
A .NET source generator for generating object mappings. No runtime reflection.
runtime.any.System.Globalization.Calendars by: Microsoft
  • 46 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.
runtime.any.System.IO by: Microsoft
  • 60 total downloads
  • Latest version: 4.3.0
Internal implementation package not meant for direct consumption. Please do not reference directly. Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader When using NuGet 3.x this package requires at least version 3.4.
rmt_openssl by: OpenSSL Project
  • 54 total downloads
  • Latest version: 1.1.0.3
  • rmt openssl native nativepackage
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols as well as a full-strength general purpose cryptography library. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL toolkit and its related documentation. OpenSSL is based on the excellent SSLeay library developed by Eric Young and Tim Hudson. The OpenSSL toolkit is licensed under an Apache-style license, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.
runtime.any.System.Diagnostics.Tracing by: Microsoft
  • 50 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.
rmt_curl by: Daniel Stenberg and Contributors to the cURL project
  • 59 total downloads
  • Latest version: 7.51.0
  • rmt curl libcurl native nativepackage
curl/libcurl is an open source library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more.
runtime.any.System.Diagnostics.Tools by: Microsoft
  • 48 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.