Humanizer.Core.vi
by: Mehdi Khalili Claire Novotny
- 384 total downloads
- Latest version: 2.14.1
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-CN
by: Mehdi Khalili Claire Novotny
- 344 total downloads
- Latest version: 2.14.1
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans
by: Mehdi Khalili Claire Novotny
- 355 total downloads
- Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant
by: Mehdi Khalili Claire Novotny
- 358 total downloads
- Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hant)
Hyak.Common
by: Microsoft
- 159 total downloads
- Latest version: 1.2.2
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
IdentityModel
by: Dominick Baier Brock Allen
- 2.416k total downloads
- Latest version: 3.10.10
OpenID Connect & OAuth 2.0 client library
IdentityServer4
by: Brock Allen Dominick Baier
- 668 total downloads
- Latest version: 1.5.3
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
IdentityServer4.AspNetIdentity
by: Brock Allen Dominick Baier
- 191 total downloads
- Latest version: 1.0.1
ASP.NET Core Identity Integration for IdentityServer4
IndexRange
by: Bradley Grainger
- 90 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
Jace
by: Pieter De Rycke
- 168 total downloads
- Latest version: 0.8.7
Jace.NET is a high performance calculation engine for the .NET platform that can dynamically parse, interprete and execute strings containing mathematical functions. Jace.NET is available for the various .NET flavors: .NET, WinRT, Windows Phone 7, Windows Phone 8 and Xamarin.Android.
JetBrains.Annotations
by: JetBrains
- 1.196k total downloads
- Latest version: 2025.2.4
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.
jnm2.ReferenceAssemblies.net35
by: Microsoft
- 45 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
- 146 total downloads
- Latest version: 1.2.16
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams
by: Milosz Krajewski
- 148 total downloads
- Latest version: 1.2.16
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash
by: Milosz Krajewski
- 33 total downloads
- Latest version: 1.0.7
xxHash hash implementation for .NET
KRE-CLR-x86
by: Microsoft
- 42 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for Desktop CLR x86
KRE-CoreCLR-x86
by: Microsoft
- 35 total downloads
- Latest version: 1.0.0-beta2
The K Runtime Environment for CoreCLR x86
Lambda2Js.Signed
by: Gearz Miguel Angelo (masbicudo) André Pena (andrerpena)
- 109 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.
Libuv
by: Libuv
- 123 total downloads
- Latest version: 1.10.0
Multi-platform support library with a focus on asynchronous I/O.
LinqBridge
by: Atif Aziz
- 21 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.