IdentityServer4.EntityFramework.Storage
by: Brock Allen Dominick Baier Scott Brady
- 598 total downloads
- Latest version: 4.1.2
EntityFramework persistence layer for IdentityServer4
IdentityServer4.Storage
by: Brock Allen Dominick Baier
- 669 total downloads
- Latest version: 4.1.2
Storage interfaces and models for IdentityServer4
IndexRange
by: Bradley Grainger
- 80 total downloads
- Latest version: 1.0.3
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
JetBrains.Annotations
by: JetBrains
- 774 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.593k total downloads
- Latest version: 4.1.0
Javascript interpreter for .NET.
jint
by: Sebastien Ros
- 98 total downloads
- Latest version: 2.10.4
Javascript interpreter for .NET which provides full ECMA 5.1 compliance.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 38 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
- 69 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.361k total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 786 total downloads
- Latest version: 1.3.8
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash
by: Milosz Krajewski
- 429 total downloads
- Latest version: 1.0.8
xxHash hash implementation for .NET
KeMengSoft.AttrReflector
by: HuangKeMeng
- 16 total downloads
- Latest version: 1.0.0
Package Description
KubernetesClient
by: The Kubernetes Project Authors
- 4.363k total downloads
- Latest version: 15.0.1
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Basic
by: The Kubernetes Project Authors
- 632 total downloads
- Latest version: 12.0.16
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Models
by: The Kubernetes Project Authors
- 650 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)
- 138 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
- 564 total downloads
- Latest version: 0.31.0
LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .NET
LibGit2Sharp.NativeBinaries
by: LibGit2Sharp contributors
- 710 total downloads
- Latest version: 2.0.323
Native binaries for LibGit2Sharp
Libuv
by: Libuv
- 376 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
LinqBridge
by: Atif Aziz
- 25 total downloads
- Latest version: 1.3.0
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.