Humanizer.Core.sr
by: Mehdi Khalili Claire Novotny
- 19 total downloads
- Latest version: 2.14.1
Humanizer Locale Serbian (sr)
Humanizer.Core.sr-Latn
by: Mehdi Khalili Claire Novotny
- 16 total downloads
- Latest version: 2.14.1
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.sv
by: Mehdi Khalili Claire Novotny
- 18 total downloads
- Latest version: 2.14.1
Humanizer Locale Swedish (sv)
Humanizer.Core.th-TH
by: Mehdi Khalili Claire Novotny
- 14 total downloads
- Latest version: 2.14.1
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.tr
by: Mehdi Khalili Claire Novotny
- 19 total downloads
- Latest version: 2.14.1
Humanizer Locale Turkish (tr)
Humanizer.Core.uk
by: Mehdi Khalili Claire Novotny
- 20 total downloads
- Latest version: 2.14.1
Humanizer Locale Ukrainian (uk)
Humanizer.Core.uz-Cyrl-UZ
by: Mehdi Khalili Claire Novotny
- 20 total downloads
- Latest version: 2.14.1
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
Humanizer.Core.uz-Latn-UZ
by: Mehdi Khalili Claire Novotny
- 15 total downloads
- Latest version: 2.11.10
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.vi
by: Mehdi Khalili Claire Novotny
- 21 total downloads
- Latest version: 2.14.1
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-CN
by: Mehdi Khalili Claire Novotny
- 21 total downloads
- Latest version: 2.14.1
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans
by: Mehdi Khalili Claire Novotny
- 20 total downloads
- Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant
by: Mehdi Khalili Claire Novotny
- 19 total downloads
- Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hant)
Hyak.Common
by: Microsoft
- 1 total downloads
- Latest version: 1.1.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 total downloads
- Latest version: 2.5.1
OpenID Connect & OAuth 2.0 client library
IndexRange
by: Bradley Grainger
- 6 total downloads
- Latest version: 1.1.1
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
JetBrains.Annotations
by: JetBrains
- 104 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.
jint
by: Sebastien Ros
- 5 total downloads
- Latest version: 2.10.4
Javascript interpreter for .NET which provides full ECMA 5.1 compliance.
Jint
by: Sebastien Ros
- 6 total downloads
- Latest version: 2.11.58
Javascript interpreter for .NET which provides full ECMA 5.1 compliance.
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
- 7 total downloads
- Latest version: 1.2.12
Port of LZ4 compression algorithm for .NET