Humanizer.Core.ru
by: Mehdi Khalili, Claire Novotny
- 232 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Russian (ru)
Humanizer.Core.sk
by: Mehdi Khalili, Claire Novotny
- 249 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Slovak (sk)
Humanizer.Core.sl
by: Mehdi Khalili, Claire Novotny
- 244 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Slovenian (sl)
Humanizer.Core.sr
by: Mehdi Khalili, Claire Novotny
- 247 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Serbian (sr)
Humanizer.Core.sr-Latn
by: Mehdi Khalili, Claire Novotny
- 238 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.sv
by: Mehdi Khalili, Claire Novotny
- 249 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Swedish (sv)
Humanizer.Core.th-TH
by: Mehdi Khalili, Claire Novotny
- 187 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.tr
by: Mehdi Khalili, Claire Novotny
- 242 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Turkish (tr)
Humanizer.Core.uk
by: Mehdi Khalili, Claire Novotny
- 249 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Ukrainian (uk)
Humanizer.Core.uz-Cyrl-UZ
by: Mehdi Khalili, Claire Novotny
- 192 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
Humanizer.Core.uz-Latn-UZ
by: Mehdi Khalili, Claire Novotny
- 194 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.vi
by: Mehdi Khalili, Claire Novotny
- 240 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-CN
by: Mehdi Khalili, Claire Novotny
- 211 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans
by: Mehdi Khalili, Claire Novotny
- 251 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant
by: Mehdi Khalili, Claire Novotny
- 244 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Chinese (zh-Hant)
IdentityModel
by: Dominick Baier, Brock Allen
- 35 total downloads
- Latest version: 6.2.0
OpenID Connect & OAuth 2.0 client library
IdentityStream.Hangfire.Console
by: Alexey Skalozub, IdentityStream AS
- 28 total downloads
- Latest version: 2.0.0
Job console for Hangfire
IndexRange
by: Bradley Grainger
- 56 total downloads
- Latest version: 1.1.0
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
JetBrains.Annotations
by: JetBrains
- 608 total downloads
- Latest version: 2025.2.2
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
- 18 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>