Humanizer.Core
by: Claire Novotny Mehdi Khalili
- 221 total downloads
- Latest version: 3.0.1
Humanizer core package that contains the library and the neutral language (English) resources
HotChocolate.Types.Mutations
by: ChilliCream authors and contributors
- 589 total downloads
- Latest version: 14.4.0-p.10
This package provides helpers for creating GraphQL mutations.
HotChocolate.Validation
by: ChilliCream authors and contributors
- 921 total downloads
- Latest version: 14.4.0-p.10
Package Description
HotChocolate.Types.OffsetPagination
by: ChilliCream authors and contributors
- 687 total downloads
- Latest version: 14.4.0-p.10
Contains middleware and types for offset based pagination.
HotChocolate.Types
by: ChilliCream authors and contributors
- 1.305k total downloads
- Latest version: 14.4.0-p.10
Contains the Hot Chocolate GraphQL type system.
HotChocolate.Utilities
by: ChilliCream authors and contributors
- 1.135k total downloads
- Latest version: 14.4.0-p.10
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
- 898 total downloads
- Latest version: 14.4.0-p.10
Contains the GraphQL Upload Scalar.
IdentityModel
by: Dominick Baier Brock Allen
- 7 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
HotChocolate.Types.CursorPagination
by: ChilliCream authors and contributors
- 710 total downloads
- Latest version: 14.4.0-p.10
Contains middleware and types for cursor based pagination.
HotChocolate.Subscriptions.InMemory
by: ChilliCream authors and contributors
- 605 total downloads
- Latest version: 12.22.6
Contains an in-memory implementation for a Hot Chocolate GraphQL subscription provider.
HotChocolate.Types.Queries
by: ChilliCream authors and contributors
- 1.266k total downloads
- Latest version: 14.4.0-p.10
This package provides helpers for creating GraphQL queries.
HotChocolate.Types.Errors
by: ChilliCream authors and contributors
- 1.032k total downloads
- Latest version: 14.4.0-p.10
This package provides shared error types for GraphQL query and mutation conventions.
HotChocolate.Utilities.Introspection
by: ChilliCream authors and contributors
- 553 total downloads
- Latest version: 14.3.0
Contains an introspection client to download a GraphQL schema over HTTP.
HotChocolate.Types.Shared
by: ChilliCream authors and contributors
- 1.228k total downloads
- Latest version: 14.4.0-p.10
Contains shared helper methods.
HotChocolate.Transport.Http
by: ChilliCream authors and contributors
- 146 total downloads
- Latest version: 14.3.0
This package contains a graphql over http client.
HotChocolate.Transport.Abstractions
by: ChilliCream authors and contributors
- 117 total downloads
- Latest version: 14.3.0
This package contains common abstractions and base classes for transport.
HotChocolate.Utilities.DependencyInjection
by: ChilliCream authors and contributors
- 1.526k 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.
ImTools
by: Maksim Volkau
- 61 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
HotChocolate.Utilities.Buffers
by: ChilliCream authors and contributors
- 20 total downloads
- Latest version: 16.0.0-p.10.17
This package contains the HotChocolate.Buffers.ArrayWriter.