IdentityServer4 by: Brock Allen Dominick Baier
  • 618 total downloads
  • Latest version: 4.1.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
IdentityServer4.AspNetIdentity by: Brock Allen Dominick Baier
  • 330 total downloads
  • Latest version: 4.1.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer ASP.NET Identity
ASP.NET Core Identity Integration for IdentityServer4
IdentityServer4.EntityFramework by: Brock Allen Dominick Baier Scott Brady
  • 403 total downloads
  • Latest version: 4.1.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer EntityFramework
EntityFramework persistence layer for IdentityServer4
IdentityServer4.EntityFramework.Storage by: Brock Allen Dominick Baier Scott Brady
  • 486 total downloads
  • Latest version: 4.1.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer EntityFramework
EntityFramework persistence layer for IdentityServer4
IdentityServer4.Storage by: Brock Allen Dominick Baier
  • 483 total downloads
  • Latest version: 4.1.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
Storage interfaces and models for IdentityServer4
IndexRange by: Bradley Grainger
  • 60 total downloads
  • Latest version: 1.0.3
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
Ionic.Zip by: Dino Chiesa
  • 10 total downloads
  • Latest version: 1.9.1.8
  • Ionic.Zip
Ionic.Zip
JetBrains.Annotations by: JetBrains
  • 593 total downloads
  • Latest version: 2024.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.
Jint by: Sebastien Ros
  • 7.275k total downloads
  • Latest version: 4.1.0
  • javascript interpreter es5 es2015 es6 ecmascript interop
Javascript interpreter for .NET.
jint by: Sebastien Ros
  • 76 total downloads
  • Latest version: 2.10.4
  • javascript interpreter
Javascript interpreter for .NET which provides full ECMA 5.1 compliance.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 31 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>
jose-pcl by: Dmitry Vsekhvalnov
  • 52 total downloads
  • Latest version: 0.0.4
  • jose jwt json jwa jwe jws aes cbc gcm rsa hmac sha rsassa pss rsaes oaep pkcs1-v1_5 es elliptic curve ecdsa key wrap kw pbes pbes2 pbkdf pbkdf2 password based encryption javascript object signing winrt winmd windows 8.1 phone portable
Portable Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) implementation for Windows 8, Windows Phone 8, Windows Silverlight 8 and .NET framework platforms based on PCLCrypto portable crypto layer Supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - NONE (unprotected) plain text algorithm without integrity protection
K4os.Compression.LZ4 by: Milosz Krajewski
  • 5.033k total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 640 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 381 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
KeMengSoft.AttrReflector by: HuangKeMeng
  • 11 total downloads
  • Latest version: 1.0.0
Package Description
KubernetesClient by: The Kubernetes Project Authors
  • 2.839k total downloads
  • Latest version: 15.0.1
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Basic by: The Kubernetes Project Authors
  • 526 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
  • 514 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
Lambda2Js.Signed by: Gearz Miguel Angelo (masbicudo) André Pena (andrerpena)
  • 114 total downloads
  • Latest version: 3.1.4
  • Expression Tree ExpressionTree JavaScript ECMAScript ES5 ES6 converter gearz miguel angelo andre pena
Lambda expression to JavaScript converter: converts System.Linq.ExpressionTree to syntactically correct JavaScript code. See the project page for more.
LibGit2Sharp by: LibGit2Sharp contributors
  • 435 total downloads
  • Latest version: 0.30.0
  • libgit2 git
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET