Grpc.Core.Api
by: The gRPC Authors
- 21 total downloads
- Latest version: 2.76.0-pre1
gRPC C# Surface API
Grpc.Net.Common
by: The gRPC Authors
- 18 total downloads
- Latest version: 2.70.0-pre1
Infrastructure for common functionality in gRPC
Handlebars.Net
by: Rex Morgan
- 11 total downloads
- Latest version: 2.1.1-beta-1
Blistering-fast Handlebars.js templates in your .NET application.
HarfBuzzSharp.NativeAssets.MacCatalyst
by: Microsoft
- 1 total downloads
- Latest version: 8.3.1.3-preview.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.tvOS
by: Microsoft
- 1 total downloads
- Latest version: 8.3.1.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack
by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
- 1 total downloads
- Latest version: 1.11.43
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).
Humanizer
by: Mehdi Khalili
- 8 total downloads
- Latest version: 1.33.7
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Humanizer.Core.da
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.6.2
Humanizer Locale Danish (da)
Humanizer.Core.hu
by: Claire Novotny, Mehdi Khalili
- 3 total downloads
- Latest version: 3.0.0-rc.30
Humanizer Locale Hungarian (hu)
Humanizer.Core.id
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.8.25
Humanizer Locale Indonesian (id)
Humanizer.Core.it
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.0-rc.30
Humanizer Locale Italian (it)
Humanizer.Core.ko-KR
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.9.7
Humanizer Locale Korean (South Korea) (ko-KR)
Humanizer.Core.lb
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.0-rc.30
Humanizer Locale Luxembourgish (lb)
Humanizer.Core.ru
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.1.0
Humanizer Locale (ru)
Humanizer.Core.tr
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Turkish (tr)
Humanizer.Core.uz-Cyrl-UZ
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.0.1
Humanizer Locale (uz-Cyrl-UZ)
Humanizer.Core.uz-Latn-UZ
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.10.1
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.vi
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.0-rc.30
Humanizer Locale Vietnamese (vi)
Iced
by: 0xd4d
- 1 total downloads
- Latest version: 1.6.0
Iced is a high performance 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
- ✔️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](#assemble-instructions) 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
- ✔️All instructions are tested (decode, encode, format, instruction info)
- ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- ✔️License: MIT