JsonPath.Net by: Greg Dennis
  • 230 total downloads
  • Latest version: 3.0.2
  • json-path jsonpath query path json rfc9535
JSON Path (RFC 9535) built on the System.Text.Json namespace
JsonPointer.Net by: Greg Dennis
  • 450 total downloads
  • Latest version: 7.0.1
  • json-pointer json pointer
JSON Pointer built on the System.Text.Json namespace
JsonSchema.Net by: Greg Dennis
  • 1,627k total downloads
  • Latest version: 9.2.2
  • json-schema validation schema json
JSON Schema built on the System.Text.Json namespace
JsonSchema.Net.Generation by: Greg Dennis
  • 657 total downloads
  • Latest version: 7.3.10
  • json-schema validation schema json generation schema-generation
Extends JsonSchema.Net to provide schema generation functionality
JSPool by: JSPool
  • 96 total downloads
  • Latest version: 4.0.0
  • javascript js javascriptengineswitcher msiejavascriptengine v8 clearscript
JSPool facilitates easy integration of JavaScript scripting into a .NET application in a scalable and performant manner. It does so by creating a pool of engines that can be reused multiple times, making it easy to use JavaScript libraries that have long initialisation times without having to create a new engine every time. See https://dan.cx/projects/jspool for usage instructions.
K4os.Compression.LZ4 by: Milosz Krajewski
  • 257 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 228 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 55 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
KRE-CLR-x86 by: Microsoft
  • 23 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 17 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
Kros.Utils by: KROS a. s.
  • 275 total downloads
  • Latest version: 4.3.0
  • Kros Utils Utility Helpers Extensions DatabaseSchema BulkOperation BulkUpdate Bulk Insert Bulk Update
General utilities and helpers.
KubernetesClient by: The Kubernetes Project Authors
  • 1,705k total downloads
  • Latest version: 4.0.26
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Basic by: The Kubernetes Project Authors
  • 187 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Models by: The Kubernetes Project Authors
  • 188 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
LibGit2Sharp by: LibGit2Sharp contributors
  • 601 total downloads
  • Latest version: 0.27.0-preview-0182
  • libgit2 git
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET
LibGit2Sharp.NativeBinaries by: LibGit2Sharp contributors
  • 552 total downloads
  • Latest version: 2.0.323
Native binaries for LibGit2Sharp
libphonenumber-csharp by: Patrick Mézard Thomas Clegg Jarrod Alexander Google libphonenumber contributors
  • 2,253k total downloads
  • Latest version: 9.0.33
  • phonenumber phone libphonenumber e164 e.164 international
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. https://github.com/google/libphonenumber
librdkafka.redist by: Magnus Edenhill edenhill
  • 1,915k total downloads
  • Latest version: 2.15.0
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Libuv by: Libuv
  • 72 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
log4net by: The Apache Software Foundation
  • 193 total downloads
  • Latest version: 3.3.2
  • logging log tracing logfiles
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility