gherkin by: aslakhellesoy
  • 5 total downloads
  • Latest version: 2.12.2
  • gherkin cucumber specflow bdd lexer parser
A fast lexer and parser for the Gherkin language based on Ragel
Grpc by: The gRPC Authors
  • 3 total downloads
  • Latest version: 2.29.0
  • gRPC RPC HTTP/2
Metapackage for gRPC C#
Grpc.AspNetCore.Server by: The gRPC Authors
  • 6 total downloads
  • Latest version: 2.66.0-pre1
  • gRPC RPC HTTP/2 aspnetcore
gRPC support for ASP.NET Core
Grpc.Net.Client by: The gRPC Authors
  • 18 total downloads
  • Latest version: 2.65.0
  • gRPC RPC HTTP/2
.NET client for gRPC
Grpc.Net.Common by: The gRPC Authors
  • 11 total downloads
  • Latest version: 2.63.0
  • gRPC RPC HTTP/2
Infrastructure for common functionality in gRPC
Humanizer by: Mehdi Khalili, Claire Novotny
  • 4 total downloads
  • Latest version: 3.0.0-beta.13
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Iced by: 0xd4d
  • 1 total downloads
  • Latest version: 1.4.0
  • x86 x64 encoder decoder formatter disassembler
High performance x86 (16/32/64-bit) instruction decoder, encoder and disassembler. It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler. - Supports all Intel and AMD instructions - The decoder doesn't allocate any memory and is 2x-5x+ faster than other similar libraries written in C or C# - Small decoded instructions, only 32 bytes - The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - The encoder can be used to re-encode decoded instructions at any address - The block encoder encodes a list of instructions and optimizes branches to short, near or 'long' (64-bit: 1 or more instructions) - API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, flow control info, etc - All instructions are tested (decode, encode, format, instruction info) License: MIT
IKVM.Image by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 9 total downloads
  • Latest version: 8.10.3
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm by: Jeroen Frijters, Jerome Haltom
  • 11 total downloads
  • Latest version: 8.13.2
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-x64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.5.2
IKVM MSBuild Tools
Irony by: Roman Ivantsov
  • 1 total downloads
  • Latest version: 0.9.1
  • irony ast grammar bnf
Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
JetBrains.Annotations by: JetBrains
  • 1 total downloads
  • Latest version: 2023.3.0
  • 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. All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 4 total downloads
  • Latest version: 11.0.0
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
librdkafka.redist by: Magnus Edenhill, edenhill
  • 1 total downloads
  • Latest version: 0.11.6-RC2
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
MessagePack by: neuecc
  • 1 total downloads
  • Latest version: 1.1.2
  • MsgPack, MessagePack, Serialization, Formatter, Serializer, Unity, Xamarin
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin).
Microsoft.AspNetCore.Authentication by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.2
  • aspnetcore,authentication,security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Twitter by: Microsoft.AspNetCore.Authentication.Twitter
  • 2 total downloads
  • Latest version: 1.0.3
  • aspnetcore,authentication,security
ASP.NET Core middleware that enables an application to support Twitter's OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.AzureAppServicesIntegration by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview1-final
  • aspnetcore azure appservices
ASP.NET Core integration with Azure AppServices.
Microsoft.AspNetCore.DataProtection by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0
  • aspnetcore dataprotection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.