JetBrains.RdFramework by: JetBrains
  • 224 total downloads
  • Latest version: 2026.2.5
  • rd reactive distributed protocol
JetBrains Networking library for reactive distributed communication
JetBrains.Rider.PathLocator by: JetBrains
  • 34 total downloads
  • Latest version: 1.0.12
The code, which locates Rider installations in the system.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 9 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>
K4os.Compression.LZ4 by: Milosz Krajewski
  • 118 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Legacy by: Milosz Krajewski
  • 113 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 84 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 18 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
KurrentDB.Client by: Kurrent, Inc
  • 220 total downloads
  • Latest version: 1.4.1
  • KurrentDB Client gRPC
The base GRPC client library for the Kurrent Platform. Get the open source or commercial versions of KurrentDB from https://kurrent.io/
Kveer.XmlRPC by: Sébastien Rault
  • 276 total downloads
  • Latest version: 1.3.1
  • xmlrpc
A port of CookComputing.XmlRpcV2 for dotnet core.
LettuceEncrypt by: Nate McMaster
  • 76 total downloads
  • Latest version: 1.3.3
  • lets-encrypt aspnetcore https certificates
Provides API for configuring ASP.NET Core to automatically generate HTTPS certificates. This configures your server to use the ACME protocol to connect with a certificate authority (CA), such as Let's Encrypt (https://letsencrypt.org), to verify ownership of your domain name and generate a HTTPS certificate. This happens automatically when the server starts up, and will renew the certificate automatically when the expiration date is near. This only works with Kestrel, which is the default server configuration for ASP.NET Core projects. Other servers, such as IIS and nginx, are not supported.
Lib.Harmony by: Andreas Pardeike
  • 51 total downloads
  • Latest version: 2.4.2
  • Harmony Mono Patch Patching Runtime Detour Detours Aspect Aspects Mod Modding
A general non-destructive patch library for .NET and Mono modules.
Lib.Harmony.Ref by: Andreas Pardeike
  • 29 total downloads
  • Latest version: 2.4.2
  • Harmony Mono Patch Patching Runtime Detour Detours Aspect Aspects Mod Modding
A general non-destructive patch library for .NET and Mono modules.
LibGit2Sharp by: LibGit2Sharp contributors
  • 529 total downloads
  • Latest version: 0.32.0
  • 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
  • 470 total downloads
  • Latest version: 2.0.324
Native binaries for LibGit2Sharp
Libuv by: Libuv
  • 22 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
LiquidProjections by: Dennis Doomen
  • 78 total downloads
  • Latest version: 3.2.0
  • event-sourcing; projections; ddd
Provides basic building blocks for creating asynchronous projectors that subscribe to an event store.
LiquidProjections.Abstractions by: Dennis Doomen
  • 51 total downloads
  • Latest version: 3.1.0
  • event-sourcing projections ddd
Defines an abstraction for an event store that supports a transactionally consist group of events.
LiteDB by: Maurício David
  • 370 total downloads
  • Latest version: 6.0.0-prerelease.80
  • database nosql embedded
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile
log4net by: The Apache Software Foundation
  • 83 total downloads
  • Latest version: 3.4.0-preview.1
  • 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
Macross.Json.Extensions by: Macross.Json.Extensions
  • 332 total downloads
  • Latest version: 3.0.0
Macross Software Json extensions library. Provides helpers & converters for the System.Text.Json API and push stream types for the System.Net.Http API. Commonly Used Types: System.Text.Json.Utf8JsonStreamReader System.Text.Json.Serialization.JsonStringEnumMemberConverter System.Text.Json.Serialization.JsonMicrosoftDateTimeConverter System.Text.Json.Serialization.JsonMicrosoftDateTimeOffsetConverter System.Text.Json.Serialization.JsonIPAddressConverter System.Text.Json.Serialization.JsonIPEndPointConverter System.Text.Json.Serialization.JsonDelegatedStringConverter System.Text.Json.Serialization.JsonTypeConverterAdapter System.Net.Http.PushStreamContent System.Net.Http.PushStreamContent<T>