Humanizer.Core.zh-CN by: Mehdi Khalili Claire Novotny
  • 35 total downloads
  • Latest version: 2.14.1
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans by: Mehdi Khalili Claire Novotny
  • 25 total downloads
  • Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant by: Mehdi Khalili Claire Novotny
  • 29 total downloads
  • Latest version: 2.14.1
Humanizer Locale Chinese (zh-Hant)
Iconic.Zlib.Netstandard by: https://github.com/HelloKitty
  • 255 total downloads
  • Latest version: 1.0.0
  • ZStream Zlib Iconic Netcore Netstandard Port DotNetZip
A .NETStandard port of Iconic.Zlib from DotNetZip project.
IdentityModel by: Dominick Baier Brock Allen
  • 206 total downloads
  • Latest version: 6.2.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
  • 230 total downloads
  • Latest version: 4.0.1
  • OAuth2 OAuth 2.0 Introspection Security Identity IdentityServer
ASP.NET Core authentication handler for validating tokens using OAuth 2.0 introspection
IdentityServer4.AccessTokenValidation by: Brock Allen Dominick Baier
  • 219 total downloads
  • Latest version: 3.0.1
  • OAuth2 OAuth 2.0 OpenID Connect Security Identity IdentityServer Bearer tokens
ASP.NET Core authentication handler to validate JWT and reference tokens from IdentityServer4
Instances by: Malte Rosenbjerg
  • 76 total downloads
  • Latest version: 3.0.0
  • instances instance process async task events run exec
A .NET Standard Process wrapper with an elegant API, for both asyncronous and syncronous use, providing both Events and support for Tasks with cancellation support
Jaeger by: Chatham Financial Corp. and The Jaeger Authors
  • 210 total downloads
  • Latest version: 1.0.3
Jaeger .NET Tracing
Jaeger.Communication.Thrift by: Chatham Financial Corp. and The Jaeger Authors
  • 228 total downloads
  • Latest version: 1.0.3
Package Description
Jaeger.Core by: Chatham Financial Corp. and The Jaeger Authors
  • 232 total downloads
  • Latest version: 1.0.3
  • jaeger tracing opentracing
Jaeger .NET Tracing
Jaeger.Senders.Thrift by: Chatham Financial Corp. and The Jaeger Authors
  • 205 total downloads
  • Latest version: 1.0.3
Package Description
JetBrains.Annotations by: JetBrains
  • 1.054k total downloads
  • Latest version: 2023.3.0
  • 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.
Json.More.Net by: Greg Dennis
  • 17 total downloads
  • Latest version: 2.0.0
  • json system.text.json json.more
Provides extended functionality for the System.Text.Json namespace. Read the full documentation at https://docs.json-everything.net/more/json-more/.
JsonPath.Net by: Greg Dennis
  • 34 total downloads
  • Latest version: 1.0.0
  • json-path jsonpath query path json rfc9535
JSON Path built on the System.Text.Json namespace. This library conforms to the IETF JSON Path specification [RFC 9535](https://www.rfc-editor.org/rfc/rfc9535.html). Read the full documentation at https://docs.json-everything.net/path/basics/.
K4os.Compression.LZ4 by: Milosz Krajewski
  • 240 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Compression.LZ4.Streams by: Milosz Krajewski
  • 228 total downloads
  • Latest version: 1.3.8
  • compression lz4
Port of LZ4 compression algorithm for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 231 total downloads
  • Latest version: 1.0.8
  • hash xxHash
xxHash hash implementation for .NET
LiteDB by: Maurício David
  • 147 total downloads
  • Latest version: 5.0.21
  • database nosql embedded
LiteDB - A lightweight embedded .NET NoSQL document store in a single datafile Signed by signpath.io from repository 'https://github.com/mbdavid/LiteDB' commit '391cc9318c5be6e56cb71b3ce14b1ed9cb324763' (see contained AppVeyorSettings.json file for build settings).
lz4net by: Milosz Krajewski
  • 253 total downloads
  • Latest version: 1.0.15.93
  • lz4 lz4hc fast compression decompression zlib lzf lzo snappy quicklz
LZ4 is lossless compression algorithm, sacrificing compression ratio for compression/decompression speed. Its compression speed is ~400 MB/s per core while decompression speed reaches ~2 GB/s, not far from RAM speed limits. LZ4net brings LZ4 to all (most?) .NET platforms: .NET 2.0+, .NET Core, Mono, Windows Phone, Xamarin.iOS, Xamarin.Android and Silverlight