Humanizer.Core.th-TH by: Mehdi Khalili Claire Novotny
  • 44 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.tr by: Mehdi Khalili Claire Novotny
  • 66 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Turkish (tr)
Humanizer.Core.uk by: Mehdi Khalili Claire Novotny
  • 64 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Ukrainian (uk)
Humanizer.Core.uz-Cyrl-UZ by: Mehdi Khalili Claire Novotny
  • 60 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
Humanizer.Core.uz-Latn-UZ by: Mehdi Khalili Claire Novotny
  • 60 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.vi by: Mehdi Khalili Claire Novotny
  • 63 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-CN by: Mehdi Khalili Claire Novotny
  • 57 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans by: Mehdi Khalili Claire Novotny
  • 59 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant by: Mehdi Khalili Claire Novotny
  • 60 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Chinese (zh-Hant)
Hyak.Common by: Microsoft
  • 21 total downloads
  • Latest version: 1.2.2
  • Microsoft Microsoft Azure Cloud REST HTTP Client Core Common Hyak
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
  • 9 total downloads
  • Latest version: 5.1.0
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer
OpenID Connect & OAuth 2.0 client library
IdentityModel.AspNetCore.OAuth2Introspection by: Dominick Baier Brock Allen
  • 103 total downloads
  • Latest version: 4.0.0-preview.6
  • OAuth2 OAuth 2.0 Introspection Security Identity IdentityServer
ASP.NET Core authentication handler for validating tokens using OAuth 2.0 introspection
IdentityStream.Hangfire.Console by: Alexey Skalozub IdentityStream AS
  • 4 total downloads
  • Latest version: 2.0.0
  • hangfire console logging
Job console for Hangfire
Iesi.Collections by: Aidant Systems Jason Smith NHibernate community
  • 93 total downloads
  • Latest version: 4.2.0-ci.12
  • Collections ISet
The System.Collections namespace in the .NET Framework provides a number of collection types that are extremely useful for manipulating data in memory. However, some specialized implementations of ISet are not available. Iesi.Collections 4.0 for .Net 4.0 contains the LinkedHashSet (preserves insertion order), the ReadOnlySet and the SynchronizedSet. The latter two wrap an actual set.
IndexRange by: Bradley Grainger
  • 13 total downloads
  • Latest version: 1.0.3
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
IronCompress by: Ivan Gavryliuk
  • 51 total downloads
  • Latest version: 1.6.3
  • snappy zstd gzip brotli lzo lz4
Buffer compresison library supporting all the major compression algorithms (gzip, brotli, snappy, zstd etc.)
IronSnappy by: Ivan Gavryliuk (@aloneguid)
  • 14 total downloads
  • Latest version: 1.3.1
  • google snappy compression dotnet c#
This is a native .NET port of Google Snappy compression/decompression library. The only implementation that is stable, fast, up to date with latest Snappy improvements, and most importantly does not depend on native Snappy binaries. Works everywhere .NET Core runs.
Irony by: Roman Ivantsov
  • 39 total downloads
  • Latest version: 1.5.3
Package Description
Irony.NetCore by: daxnet
  • 13 total downloads
  • Latest version: 1.1.11
  • irony parser
Irony.NetCore is a .NET Core compatible version of the Irony framework initially developed and maintained by Roman Ivantsov. Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
JetBrains.Annotations by: JetBrains
  • 102 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.