Humanizer.Core.ru by: Claire Novotny, Mehdi Khalili
  • 14 total downloads
  • Latest version: 3.0.10
Humanizer Locale Russian (ru)
Humanizer.Core.zh-Hans by: Claire Novotny, Mehdi Khalili
  • 16 total downloads
  • Latest version: 3.0.10
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.uz-Latn-UZ by: Claire Novotny, Mehdi Khalili
  • 16 total downloads
  • Latest version: 3.0.10
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.uk by: Claire Novotny, Mehdi Khalili
  • 14 total downloads
  • Latest version: 3.0.10
Humanizer Locale Ukrainian (uk)
Humanizer.Core.sl by: Claire Novotny, Mehdi Khalili
  • 14 total downloads
  • Latest version: 3.0.10
Humanizer Locale Slovenian (sl)
Humanizer.Core.sv by: Claire Novotny, Mehdi Khalili
  • 14 total downloads
  • Latest version: 3.0.10
Humanizer Locale Swedish (sv)
Humanizer.Core.tr by: Claire Novotny, Mehdi Khalili
  • 14 total downloads
  • Latest version: 3.0.10
Humanizer Locale Turkish (tr)
Humanizer.Core.sr-Latn by: Claire Novotny, Mehdi Khalili
  • 17 total downloads
  • Latest version: 3.0.10
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.sr by: Claire Novotny, Mehdi Khalili
  • 14 total downloads
  • Latest version: 3.0.10
Humanizer Locale Serbian (sr)
Humanizer.Core.sk by: Claire Novotny, Mehdi Khalili
  • 14 total downloads
  • Latest version: 3.0.10
Humanizer Locale Slovak (sk)
Humanizer.Core.th-TH by: Mehdi Khalili, Claire Novotny
  • 2 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.zh-Hant by: Claire Novotny, Mehdi Khalili
  • 16 total downloads
  • Latest version: 3.0.10
Humanizer Locale Chinese (zh-Hant)
librdkafka.redist by: Magnus Edenhill, edenhill
  • 374 total downloads
  • Latest version: 2.14.2
  • native apache kafka librdkafka C C++ nativepackage
The Apache Kafka C/C++ client library - redistributable
Humanizer.Core.vi by: Claire Novotny, Mehdi Khalili
  • 14 total downloads
  • Latest version: 3.0.10
Humanizer Locale Vietnamese (vi)
Humanizer.Core.uz-Cyrl-UZ by: Claire Novotny, Mehdi Khalili
  • 16 total downloads
  • Latest version: 3.0.10
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
JetBrains.Annotations by: JetBrains
  • 12 total downloads
  • Latest version: 2025.1.0-eap1
  • jetbrains resharper rider annotations canbenull notnull
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.
Humanizer.Core.th by: Claire Novotny, Mehdi Khalili
  • 12 total downloads
  • Latest version: 3.0.10
Humanizer Locale Thai (Thailand) (th)
jnm2.ReferenceAssemblies.net35 by: Microsoft
  • 6 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>
Humanizer.Core.zh-CN by: Claire Novotny, Mehdi Khalili
  • 14 total downloads
  • Latest version: 3.0.10
Humanizer Locale Chinese (China) (zh-CN)
JsonSubTypes by: Emmanuel Counasse
  • 6 total downloads
  • Latest version: 1.5.0
  • json converter subtype inheritance deserializeobject polymorphism
Discriminated Json Subtypes Converter implementation for .NET