Humanizer.Core.zh-CN
by: Claire Novotny Mehdi Khalili
- 116 total downloads
- Latest version: 3.0.1
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans
by: Claire Novotny Mehdi Khalili
- 146 total downloads
- Latest version: 3.0.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant
by: Claire Novotny Mehdi Khalili
- 116 total downloads
- Latest version: 3.0.1
Humanizer Locale Chinese (zh-Hant)
Iced
by: iced project and contributors <https://github.com/icedland>
- 221 total downloads
- Latest version: 1.21.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
ImTools
by: Maksim Volkau
- 41 total downloads
- Latest version: 5.0.0-preview-01
Fast and space efficient immutable collections, hash maps, and utilities for performant programming in C#.
Split from the DryIoc: https://github.com/dadhi/DryIoc
IndexRange
by: Bradley Grainger
- 36 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
JasperFx
by: Jeremy D. Miller Jaedyn Tonee
- 196 total downloads
- Latest version: 1.17.1
Foundational helpers and command line support used by JasperFx and the Critter Stack projects
JasperFx.CodeGeneration
by: Jeremy D. Miller Babu Annamalai Oskar Dudycz Joona-Pekka Kokko
- 111 total downloads
- Latest version: 3.7.2
Code Generation Chicanery for .Net
JasperFx.Core
by: Jeremy D. Miller
- 87 total downloads
- Latest version: 1.12.0
Common extension methods and reflection helpers used by JasperFx projects
JasperFx.RuntimeCompiler
by: Jeremy D. Miller Jaedyn Tonee
- 186 total downloads
- Latest version: 4.3.2
Runtime Roslyn Compilation and Code Generation Chicanery
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 10 total downloads
- Latest version: 1.0.1
A community answer to Microsoft’s decision to single out net35 by excluding it from the https://www.nuget.org/packages/Microsoft.NETFramework.ReferenceAssemblies/ package.
This package provides the .NET Framework 3.5 reference assemblies so that net35 projects can be built using the dotnet CLI.
Example project that targets multiple frameworks:
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net35;net40;netstandard2.0;netcoreapp3.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" />
<PackageReference Include="jnm2.ReferenceAssemblies.net35" Version="1.0.1" />
</ItemGroup>
</Project>
Json.More.Net
by: Greg Dennis
- 262 total downloads
- Latest version: 3.0.0
Provides extended functionality for the System.Text.Json namespace.
JsonPatch.Net
by: Greg Dennis
- 227 total downloads
- Latest version: 4.0.1
JSON Patch built on the System.Text.Json namespace
JsonPointer.Net
by: Greg Dennis
- 334 total downloads
- Latest version: 7.0.0
JSON Pointer built on the System.Text.Json namespace
KeePassLib
by: Dominik Reichl
- 4 total downloads
- Latest version: 2.30.0
KeePassLib distributable from the KeePass 2.x source code zip file.
KeePassLib.Standard
by: Dominik Reichl Werdes
- 4 total downloads
- Latest version: 2.57.1
Unofficial adaption of KeePassLib (keepass.info) for .NET-Standard 2.1
KubernetesClient
by: The Kubernetes Project Authors
- 2.276k total downloads
- Latest version: 18.0.13
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Basic
by: The Kubernetes Project Authors
- 202 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Models
by: The Kubernetes Project Authors
- 187 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
Libuv
by: Libuv
- 44 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.