Google.Protobuf
by: Google Inc.
- 2 total downloads
- Latest version: 3.21.0
C# runtime library for Protocol Buffers - Google's data interchange format.
Grpc.Core
by: The gRPC Authors
- 42 total downloads
- Latest version: 2.46.5
C# implementation of gRPC based on native gRPC C-core library.
Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future.
See https://grpc.io/blog/grpc-csharp-future/ for details.
Grpc.Core.Api
by: The gRPC Authors
- 54 total downloads
- Latest version: 2.71.0-pre1
gRPC C# Surface API
Grpc.Net.ClientFactory
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.76.0
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common
by: The gRPC Authors
- 45 total downloads
- Latest version: 2.76.0-pre1
Infrastructure for common functionality in gRPC
Grpc.Tools
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.28.1
gRPC and Protocol Buffer compiler for managed C# and native C++ projects.
Add this package to a project that contains .proto files to be compiled to code.
It contains the compilers, include files and project system integration for gRPC
and Protocol buffer service description files necessary to build them on Windows,
Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.
HarfBuzzSharp
by: Microsoft
- 1 total downloads
- Latest version: 8.3.1.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Humanizer.Core.bn-BD
by: Mehdi Khalili, Claire Novotny
- 14 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Bangla (Bangladesh) (bn-BD)
Humanizer.Core.cs
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.14.1
Humanizer Locale Czech (cs)
Humanizer.Core.fr
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.1
Humanizer Locale French (fr)
Humanizer.Core.sv
by: Claire Novotny, Mehdi Khalili
- 36 total downloads
- Latest version: 3.0.0-rc.30
Humanizer Locale Swedish (sv)
Humanizer.Core.uk
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.7.2
Humanizer Locale Ukrainian (uk)
Humanizer.Core.uz-Cyrl-UZ
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.1
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
Humanizer.Core.zh-CN
by: Claire Novotny, Mehdi Khalili
- 26 total downloads
- Latest version: 3.0.0-rc.30
Humanizer Locale Chinese (China) (zh-CN)
Iced
by: iced project and contributors <https://github.com/icedland>
- 11 total downloads
- Latest version: 1.18.0
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.
- 👍 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 decodes >130 MB/s
- 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory
- 👍 Create instructions with code assembler, eg. `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, control flow info, etc
- 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- 👍 License: MIT
IKVM.MSBuild.Tools.runtime.linux-x64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.5.0-develop1599
IKVM MSBuild Tools
K4os.Compression.LZ4
by: Milosz Krajewski
- 5 total downloads
- Latest version: 1.3.2-beta
Port of LZ4 compression algorithm for .NET
LanguageExt.Core
by: Paul Louth
- 1 total downloads
- Latest version: 2.0.28-beta
This library uses and abuses the features of C# 6 and 7 to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.