log4net by: The Apache Software Foundation
  • 36 total downloads
  • Latest version: 3.3.1
  • logging log tracing logfiles
log4net is a tool to help the programmer output log statements to a variety of output targets. In case of problems with an application, it is helpful to enable logging so that the problem can be located. With log4net it is possible to enable logging at runtime without modifying the application binary. The log4net package is designed so that log statements can remain in shipped code without incurring a high performance cost. It follows that the speed of logging (or rather not logging) is crucial. At the same time, log output can be so voluminous that it quickly becomes overwhelming. One of the distinctive features of log4net is the notion of hierarchical loggers. Using these loggers it is possible to selectively control which log statements are output at arbitrary granularity. log4net is designed with two distinct goals in mind: speed and flexibility
Humanizer.Core.zh-Hans by: Claire Novotny, Mehdi Khalili
  • 58 total downloads
  • Latest version: 3.0.10
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.uz-Latn-UZ by: Claire Novotny, Mehdi Khalili
  • 59 total downloads
  • Latest version: 3.0.10
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.uk by: Claire Novotny, Mehdi Khalili
  • 59 total downloads
  • Latest version: 3.0.10
Humanizer Locale Ukrainian (uk)
InfluxDB.Client.Core by: influxdb-client-csharp Contributors
  • 1.022k total downloads
  • Latest version: 5.1.0-dev.17908
  • influxdata timeseries flux influxdb
InfluxDB Client Core - exceptions, validations, REST client.
JunitXml.TestLogger by: spekt
  • 281 total downloads
  • Latest version: 8.0.0
Xml logger for JUnit v5 compliant xml report when test is running with "dotnet test" or "dotnet vstest".
Humanizer.Core.tr by: Claire Novotny, Mehdi Khalili
  • 59 total downloads
  • Latest version: 3.0.10
Humanizer Locale Turkish (tr)
Libuv by: Libuv
  • 12 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
Humanizer.Core.th-TH by: Mehdi Khalili, Claire Novotny
  • 41 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.zh-Hant by: Claire Novotny, Mehdi Khalili
  • 59 total downloads
  • Latest version: 3.0.10
Humanizer Locale Chinese (zh-Hant)
jose-jwt by: Dmitry Vsekhvalnov
  • 1 total downloads
  • Latest version: 2.6.1
  • jose jwt json jwa jwe jws aes cbc gcm rsa hmac sha rsassa pss rsaes oaep pkcs1-v1_5 es elliptic curve diffe hellman agreement ecdsa key wrap kw ecdh pbes pbes2 pbkdf pbkdf2 password based encryption javascript object signing two phase validation netcore clr coreclr portable fips compliant open banking detached content unencoded payload
Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET Ultimate Javascript Object Signing and Encryption (JOSE) and JSON Web Token (JWT) Implementation for .NET. Minimallistic. Zero-dependency. Full suite of signature and encryption algorithms. Supports generating, decoding, encryption and compression of JSON Web Tokens. JSON parsing agnostic. Supports two-phase validation. FIPS compliant. Unencoded payload and detached content support (RFC 7797). CLR supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - RSASSA-PSS signatures (probabilistic signature scheme with appendix) with PS256, PS384 and PS512. - NONE (unprotected) plain text algorithm without integrity protection Encryption: - RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128KW, A192KW, A256KW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - A128GCMKW, A192GCMKW, A256GCMKW encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM - ECDH-ES encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - ECDH-ES+A128KW, ECDH-ES+A192KW, ECDH-ES+A256KW encryption with A128CBC-HS256, A128GCM, A192GCM, A256GCM - PBES2-HS256+A128KW, PBES2-HS384+A192KW, PBES2-HS512+A256KW with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM Compression: - DEFLATE compression RFC 7797: - Unencoded payload - Detached content CORECLR supported algorithms Signing: - HMAC signatures with HS256, HS384 and HS512. - ECDSA signatures with ES256, ES384 and ES512. - RSASSA-PKCS1-V1_5 signatures with RS256, RS384 and RS512. - NONE (unprotected) plain text algorithm without integrity protection Encryption: - RSAES OAEP 256 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES OAEP encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - RSAES-PKCS1-V1_5 encryption with A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM, A256GCM - Direct symmetric key encryption with pre-shared key A128CBC-HS256, A192CBC-HS384, A256CBC-HS512, A128GCM, A192GCM and A256GCM Compression: - DEFLATE compression RFC 7797: - Unencoded payload - Detached content
InfluxDB.Client by: influxdb-client-csharp Contributors
  • 1.042k total downloads
  • Latest version: 5.1.0-dev.17908
  • influxdata timeseries flux influxdb
The reference client that allows query, write and management (bucket, organization, users) for the InfluxDB 2.x.
InfluxDB3.Client by: InfluxDB3.Client Contributors
  • 938 total downloads
  • Latest version: 1.9.0-dev.4942
  • influxdata timeseries influxdb
The C# .NET client that provides an easy and convenient way to interact with InfluxDB 3. This package supports both writing data to InfluxDB and querying data using the FlightSQL client, which allows you to execute SQL queries against InfluxDB IOx.
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
  • 60 total downloads
  • Latest version: 3.0.10
Humanizer Locale Vietnamese (vi)
Humanizer.Core.uz-Cyrl-UZ by: Claire Novotny, Mehdi Khalili
  • 59 total downloads
  • Latest version: 3.0.10
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
JetBrains.Annotations by: JetBrains
  • 104 total downloads
  • Latest version: 2025.2.4
  • 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.
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
  • 60 total downloads
  • Latest version: 3.0.10
Humanizer Locale Chinese (China) (zh-CN)
JsonSubTypes by: Emmanuel Counasse
  • 40 total downloads
  • Latest version: 2.0.1
  • json converter subtype inheritance deserializeobject polymorphism
Discriminated Json Subtypes Converter implementation for .NET