Grpc.Core.Api by: The gRPC Authors
  • 51 total downloads
  • Latest version: 2.76.0-pre1
  • gRPC RPC HTTP/2
gRPC C# Surface API
Grpc.Reflection by: Google Inc.
  • 6 total downloads
  • Latest version: 1.11.1
  • gRPC reflection
Package Description
HarfBuzzSharp by: Microsoft
  • 10 total downloads
  • Latest version: 2.8.2-preview.256
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 84 total downloads
  • Latest version: 1.12.4
  • HTML parse crawler spider linq
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams). --------------------------------------- This library is sponsored by ZZZ Projects: https://entityframework-extensions.net/ https://eval-expression.net/ https://dapper-plus.net/ --------------------------------------- HAP is trusted by companies worldwide with over 150 million downloads.
Humanizer.Core by: Claire Novotny, Mehdi Khalili
  • 9 total downloads
  • Latest version: 3.0.10
Humanizer core package that contains the library and the neutral language (English) resources
Humanizer.Core.ar by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.3.2
Humanizer Locale (ar)
Humanizer.Core.cs by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.5.16
Humanizer Locale (cs)
Humanizer.Core.de by: Claire Novotny, Mehdi Khalili
  • 20 total downloads
  • Latest version: 3.0.10
Humanizer Locale German (de)
Humanizer.Core.el by: Claire Novotny, Mehdi Khalili
  • 7 total downloads
  • Latest version: 3.0.10
Humanizer Locale Greek (el)
Humanizer.Core.fil by: Claire Novotny, Mehdi Khalili
  • 2 total downloads
  • Latest version: 3.0.8
Humanizer Locale Filipino (Philippines) (fil)
Humanizer.Core.ja by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.1.0
Humanizer Locale (ja)
Humanizer.Core.sr-Latn by: Claire Novotny, Mehdi Khalili
  • 12 total downloads
  • Latest version: 3.0.8
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.uz-Latn-UZ by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.5.16
Humanizer Locale (uz-Latn-UZ)
Humanizer.Core.zh-Hans by: Claire Novotny, Mehdi Khalili
  • 11 total downloads
  • Latest version: 3.0.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant by: Claire Novotny, Mehdi Khalili
  • 13 total downloads
  • Latest version: 3.0.8
Humanizer Locale Chinese (zh-Hant)
Iced by: 0xd4d
  • 11 total downloads
  • Latest version: 1.8.0
  • disassembler x86 x64 assembler encoder decoder formatter
Iced is a high performance and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler. - ✔️Supports all Intel and AMD instructions - ✔️Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - ✔️100% C# code - ✔️The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - ✔️The decoder is 2x+ faster than other similar libraries and doesn't allocate any memory - ✔️Small decoded instructions, only 32 bytes - ✔️High level Assembler providing a simple and lean syntax (e.g `asm.mov(eax, edx)`)) - ✔️The encoder can be used to re-encode decoded instructions at any address - ✔️API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, flow control info, etc - ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - ✔️License: MIT
IKVM.MSBuild.Tools by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.7.0
IKVM MSBuild Tools
JetBrains.Annotations by: JetBrains
  • 6 total downloads
  • Latest version: 2025.2.4
  • jetbrains resharper rider annotations canbenull notnull
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 54 total downloads
  • Latest version: 9.0.3
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 1 total downloads
  • Latest version: 1.2.2-beta
  • compression lz4 stream
Port of LZ4 compression algorithm for .NET