Humanizer.Core
by: Claire Novotny Mehdi Khalili
- 195 total downloads
- Latest version: 3.0.0-rc.30
Humanizer core package that contains the library and the neutral language (English) resources
HotChocolate.Validation
by: ChilliCream authors and contributors
- 921 total downloads
- Latest version: 14.4.0-p.10
Package Description
K4os.Hash.xxHash
by: Milosz Krajewski
- 48 total downloads
- Latest version: 1.0.8
xxHash hash implementation for .NET
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 168 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4
by: Milosz Krajewski
- 217 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
KubernetesClient.Models
by: The Kubernetes Project Authors
- 187 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
IdentityModel
by: Dominick Baier Brock Allen
- 6 total downloads
- Latest version: 5.2.0
OpenID Connect & OAuth 2.0 client library
Iced
by: iced project and contributors <https://github.com/icedland>
- 225 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
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 13 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>
JetBrains.Annotations
by: JetBrains
- 302 total downloads
- Latest version: 2025.2.4
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.
Libuv
by: Libuv
- 38 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
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.
HotChocolate.Utilities.Introspection
by: ChilliCream authors and contributors
- 441 total downloads
- Latest version: 14.3.0
Contains an introspection client to download a GraphQL schema over HTTP.
HotChocolate.Utilities.DependencyInjection
by: ChilliCream authors and contributors
- 1.318k total downloads
- Latest version: 14.4.0-p.10
Contains internal helper classes for Microsoft's dependency injection used by the Hot Chocolate GraphQL type system and the GraphQL query execution engine.
LamarCompiler
by: Jeremy D. Miller
- 149 total downloads
- Latest version: 6.3.0
Runtime Roslyn Compilation and Code Generation Chicanery
ImTools.dll
by: Maksim Volkau
- 56 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
LamarCodeGeneration
by: Jeremy D. Miller
- 169 total downloads
- Latest version: 6.3.0
Code Generation Chicanery for .Net
KRE-CLR-x86
by: Microsoft
- 8 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
ImTools
by: Maksim Volkau
- 5 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
KRE-CoreCLR-x86
by: Microsoft
- 8 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86