Humanizer.Core.uz-Latn-UZ by: Mehdi Khalili Claire Novotny
  • 2 total downloads
  • Latest version: 2.14.1
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.vi by: Mehdi Khalili Claire Novotny
  • 1 total downloads
  • Latest version: 2.14.1
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-CN by: Mehdi Khalili Claire Novotny
  • 1 total downloads
  • Latest version: 2.14.1
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans by: Mehdi Khalili Claire Novotny
  • 2 total downloads
  • Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant by: Mehdi Khalili Claire Novotny
  • 1 total downloads
  • Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hant)
IdentityModel by: Dominick Baier Brock Allen
  • 50 total downloads
  • Latest version: 7.0.0-preview.3
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect & OAuth 2.0 client library
IdentityModel.OidcClient by: Dominick Baier Brock Allen
  • 3 total downloads
  • Latest version: 5.2.1
  • 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.Storage by: Brock Allen Dominick Baier
  • 29 total downloads
  • Latest version: 4.1.2
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
Storage interfaces and models for IdentityServer4
JetBrains.Annotations by: JetBrains
  • 28 total downloads
  • Latest version: 2024.2.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.
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 1 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
  • 1 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
KubernetesClient by: The Kubernetes Project Authors
  • 30 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
  • 14 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
  • 8 total downloads
  • Latest version: 11.0.44
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
Lambda2Js by: Gearz Miguel Angelo (masbicudo) André Pena (andrerpena)
  • 7 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.
LdapForNet by: Alexander Chermyanin
  • 4 total downloads
  • Latest version: 2.7.15
  • openldap .NET ldap GSSAPI Kerberos linux osx ActiveDirectory AD DirectoryServices ldap4net
Porting of OpenLdap native lib for .NET Core. Library is cross platform. Also supported KERBEROS (passwordless) authentication!.
Linch.Modules.AbpQuartzUI.Application.Contracts by: Linch.Modules.AbpQuartzUI.Application.Contracts
  • 2 total downloads
  • Latest version: 1.0.0
Package Description
Linch.Modules.AbpQuartzUI.Domain by: Linch.Modules.AbpQuartzUI.Domain
  • 2 total downloads
  • Latest version: 1.0.0
Package Description
Linch.Modules.AbpQuartzUI.Domain.Shared by: Linch.Modules.AbpQuartzUI.Domain.Shared
  • 2 total downloads
  • Latest version: 1.0.0
Package Description
LinqBridge by: Atif Aziz
  • 1 total downloads
  • Latest version: 1.3.0
  • linq
With Visual Studio's multi-targeting and LINQBridge, you can write LINQ to Objects (local) queries using the full power of the C# 3.0 compiler and yet create programs that require only Microsoft .NET Framework 2.0. LINQBridge is a re-implementation of all the standard query operators introduced with Microsoft .NET Framework 3.5's System.Linq.Enumerable class.