IdentityServer4
by: Brock Allen Dominick Baier
- 618 total downloads
- Latest version: 4.1.2
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
ASP.NET Core Identity Integration for IdentityServer4
IdentityServer4.EntityFramework
by: Brock Allen Dominick Baier Scott Brady
- 403 total downloads
- Latest version: 4.1.2
EntityFramework persistence layer for IdentityServer4
IdentityServer4.EntityFramework.Storage
by: Brock Allen Dominick Baier Scott Brady
- 486 total downloads
- Latest version: 4.1.2
EntityFramework persistence layer for IdentityServer4
IdentityServer4.Storage
by: Brock Allen Dominick Baier
- 483 total downloads
- Latest version: 4.1.2
Storage interfaces and models for IdentityServer4
IndexRange
by: Bradley Grainger
- 60 total downloads
- Latest version: 1.0.3
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
JetBrains.Annotations
by: JetBrains
- 593 total downloads
- Latest version: 2024.3.0
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 for .NET.
jint
by: Sebastien Ros
- 76 total downloads
- Latest version: 2.10.4
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
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
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 640 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash
by: Milosz Krajewski
- 381 total downloads
- Latest version: 1.0.8
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
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Basic
by: The Kubernetes Project Authors
- 526 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Models
by: The Kubernetes Project Authors
- 514 total downloads
- Latest version: 12.0.16
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
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
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET