jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 85 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>
Json.More.Net by: Greg Dennis
  • 276 total downloads
  • Latest version: 3.0.1
  • json system.text.json json.more
Provides extended functionality for the System.Text.Json namespace.
Json.Net by: Onur Barlık
  • 247 total downloads
  • Latest version: 1.0.33
  • json, jsonnet, minimalistic
A minimalistic JSON handler library.
JsonPatch.Net by: Greg Dennis
  • 387 total downloads
  • Latest version: 5.0.2
  • json-patch jsonpatch json
JSON Patch built on the System.Text.Json namespace
JsonPointer.Net by: Greg Dennis
  • 443 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.538k total downloads
  • Latest version: 9.1.3
  • json-schema validation schema json
JSON Schema built on the System.Text.Json namespace
JsonSchema.Net.Generation by: Greg Dennis
  • 812 total downloads
  • Latest version: 7.1.3
  • json-schema validation schema json generation schema-generation
Extends JsonSchema.Net to provide schema generation functionality
JunitXml.TestLogger by: spekt
  • 201 total downloads
  • Latest version: 8.0.0
Xml logger for JUnit v5 compliant xml report when test is running with "dotnet test" or "dotnet vstest".
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 1.275k total downloads
  • Latest version: 11.0.0
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
K4os.Compression.LZ4 by: Milosz Krajewski
  • 253 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 231 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 43 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
KRE-CLR-x86 by: Microsoft
  • 20 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 27 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
KubernetesClient by: The Kubernetes Project Authors
  • 1.923k 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
  • 263 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
  • 284 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
LazyCache by: https://github.com/alastairtree
  • 133 total downloads
  • Latest version: 2.4.0
  • Caching Performance Speed In-memory IMemoryCache Generics ServiceCacheing Lazy Cache Lazy-Load MemoryCache CachingService AppCache ApplicationCache Memcached
Lazy cache is a simple, thread safe, in-memory caching library that makes it easy to add high performance caching to your dotnet app.
libiec61850cpp by: Radius
  • 869 total downloads
  • Latest version: 1.5.3.27
Libiec61850 shared libraries
librdkafka.redist by: Magnus Edenhill, edenhill
  • 2.744k total downloads
  • Latest version: 2.13.2
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable