IdentityModel.AspNetCore.OAuth2Introspection by: Dominick Baier Brock Allen
  • 948 total downloads
  • Latest version: 4.0.0-preview.6
  • OAuth2 OAuth 2.0 Introspection Security Identity IdentityServer
ASP.NET Core authentication handler for validating tokens using OAuth 2.0 introspection
IdentityModel.AspNetCore.ScopeValidation by: Dominick Baier Brock Allen
  • 190 total downloads
  • Latest version: 1.1.1
  • OAuth2 OAuth 2.0 Scope Security Identity IdentityServer
ASP.NET Core Middleware for validating scope claims
IdentityModel.OidcClient by: Dominick Baier Brock Allen
  • 1.566k total downloads
  • Latest version: 6.0.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
RFC8252 compliant and certified OpenID Connect and OAuth 2.0 client library for native applications
IdentityServer4 by: Brock Allen Dominick Baier
  • 1.565k total downloads
  • Latest version: 2.5.4
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
IdentityServer4.AccessTokenValidation by: Brock Allen Dominick Baier
  • 1.122k total downloads
  • Latest version: 3.0.0-preview.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer Bearer tokens
ASP.NET Core authentication handler to validate JWT and reference tokens from IdentityServer4
IdentityServer4.AspNetIdentity by: Brock Allen Dominick Baier
  • 768 total downloads
  • Latest version: 2.5.4
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer ASP.NET Identity
ASP.NET Core Identity Integration for IdentityServer4
IdentityServer4.Storage by: Brock Allen Dominick Baier
  • 1.055k total downloads
  • Latest version: 4.1.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
Storage interfaces and models for IdentityServer4
Iesi.Collections by: Aidant Systems Jason Smith NHibernate community
  • 399 total downloads
  • Latest version: 4.2.0-ci.12
  • Collections ISet
The System.Collections namespace in the .NET Framework provides a number of collection types that are extremely useful for manipulating data in memory. However, some specialized implementations of ISet are not available. Iesi.Collections 4.0 for .Net 4.0 contains the LinkedHashSet (preserves insertion order), the ReadOnlySet and the SynchronizedSet. The latter two wrap an actual set.
Ionic.Zip by: Dino Chiesa
  • 7 total downloads
  • Latest version: 1.9.1.8
  • Ionic.Zip
Ionic.Zip
JetBrains.Annotations by: JetBrains
  • 1.009k total downloads
  • Latest version: 2025.1.0-eap1
  • 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
  • 969 total downloads
  • Latest version: 11.0.0
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
KRE-CLR-x86 by: Microsoft
  • 44 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86 by: Microsoft
  • 39 total downloads
  • Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
KubernetesClient by: The Kubernetes Project Authors
  • 4.162k 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
  • 508 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
  • 496 total downloads
  • Latest version: 12.0.16
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
LibGit2Sharp by: LibGit2Sharp contributors
  • 813 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
  • 823 total downloads
  • Latest version: 2.0.323
Native binaries for LibGit2Sharp
Libuv by: Libuv
  • 143 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
  • 735 total downloads
  • Latest version: 3.1.0
  • 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