Humanizer.Core by: Claire Novotny Mehdi Khalili
  • 274 total downloads
  • Latest version: 3.0.1
Humanizer core package that contains the library and the neutral language (English) resources
HotChocolate.Validation by: ChilliCream authors and contributors
  • 1.177k total downloads
  • Latest version: 14.4.0-p.10
  • GraphQL ChilliCream
Package Description
HotChocolate.Utilities by: ChilliCream authors and contributors
  • 1.45k total downloads
  • Latest version: 14.4.0-p.10
  • GraphQL ChilliCream
Contains internal helper classes and utilities used by the Hot Chocolate GraphQL type system and the GraphQL query execution engine.
HotChocolate.Types.Scalars.Upload by: ChilliCream authors and contributors
  • 928 total downloads
  • Latest version: 14.4.0-p.10
  • GraphQL ChilliCream
Contains the GraphQL Upload Scalar.
K4os.Hash.xxHash by: Milosz Krajewski
  • 59 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 223 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4 by: Milosz Krajewski
  • 274 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
IdentityModel by: Dominick Baier Brock Allen
  • 8 total downloads
  • Latest version: 5.2.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect & OAuth 2.0 client library
Iced by: iced project and contributors <https://github.com/icedland>
  • 281 total downloads
  • Latest version: 1.21.0
  • disassembler x86 x64 assembler encoder decoder formatter
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
  • 19 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
  • 387 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.
IndexRange by: Bradley Grainger
  • 46 total downloads
  • Latest version: 1.1.0
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
HotChocolate.Utilities.Introspection by: ChilliCream authors and contributors
  • 770 total downloads
  • Latest version: 14.3.0
  • GraphQL ChilliCream
Contains an introspection client to download a GraphQL schema over HTTP.
HotChocolate.Types.Shared by: ChilliCream authors and contributors
  • 1.734k total downloads
  • Latest version: 14.4.0-p.10
  • GraphQL ChilliCream
Contains shared helper methods.
HotChocolate.Utilities.DependencyInjection by: ChilliCream authors and contributors
  • 1.763k total downloads
  • Latest version: 14.4.0-p.10
  • GraphQL ChilliCream
Contains internal helper classes for Microsoft's dependency injection used by the Hot Chocolate GraphQL type system and the GraphQL query execution engine.
ImTools.dll by: Maksim Volkau
  • 85 total downloads
  • Latest version: 5.0.0-preview-01
  • FP Performance Simple Functional Immutable Persistent Map Avl 2-3Tree Self Balanced Tree Dictionary Thread-safe Functional Atomic Ref Algebraic Discriminated Union SumType
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-CLR-x86 by: Microsoft
  • 11 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
ImTools by: Maksim Volkau
  • 7 total downloads
  • Latest version: 5.0.0-preview-01
  • FP Performance Simple Functional Immutable Persistent Map Avl 2-3Tree Self Balanced Tree Dictionary Thread-safe Atomic Ref Algebraic Discriminated Union SumType
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
  • 12 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
HotChocolate.Utilities.Buffers by: ChilliCream authors and contributors
  • 140 total downloads
  • Latest version: 16.0.0-p.10.45
  • GraphQL ChilliCream
This package contains the HotChocolate.Buffers.ArrayWriter.