Humanizer.Core.vi by: Mehdi Khalili Claire Novotny
  • 373 total downloads
  • Latest version: 3.0.0-beta.13
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-CN by: Mehdi Khalili Claire Novotny
  • 371 total downloads
  • Latest version: 3.0.0-beta.13
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans by: Mehdi Khalili Claire Novotny
  • 396 total downloads
  • Latest version: 3.0.0-beta.13
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant by: Mehdi Khalili Claire Novotny
  • 399 total downloads
  • Latest version: 3.0.0-beta.13
Humanizer Locale Chinese (zh-Hant)
Libuv by: Libuv
  • 261 total downloads
  • Latest version: 1.10.0
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
log4net by: The Apache Software Foundation
  • 890 total downloads
  • Latest version: 2.0.17
  • 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
ManagedEsent by: Microsoft
  • 834 total downloads
  • Latest version: 2.0.0
  • ManagedEsent NoSql ISAM Database Storage DatabaseEngine
ManagedEsent provides managed access to ESENT, the embeddable database engine native to Windows. ManagedEsent uses the esent.dll that is part of Microsoft Windows so there are no extra unmanaged binaries to download and install.
MessagePack by: neuecc aarnott
  • 2.69k total downloads
  • Latest version: 2.6.100-alpha
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
MessagePack.Annotations by: neuecc aarnott
  • 1.395k total downloads
  • Latest version: 2.6.100-alpha
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Attributes and interfaces for .NET types serializable with MessagePack.
MessagePackAnalyzer by: neuecc aarnott
  • 2.067k total downloads
  • Latest version: 2.6.100-alpha
  • MsgPack MessagePack Serialization Formatter Analyzer
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].
Microsoft.AspNetCore.Antiforgery by: Microsoft
  • 1.222k total downloads
  • Latest version: 2.2.0
  • aspnetcore antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks. This package was built from the source code at https://github.com/aspnet/Antiforgery/tree/9e5146cff912ebbd003d597eb055144e740759fa
Microsoft.AspNetCore.Authentication.Abstractions by: Microsoft
  • 719 total downloads
  • Latest version: 2.2.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication components. This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 638 total downloads
  • Latest version: 2.2.0
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components. This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
Microsoft.AspNetCore.Authorization by: Microsoft
  • 3.571k total downloads
  • Latest version: 9.0.0-preview.3.24172.13
  • aspnetcore authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 620 total downloads
  • Latest version: 2.2.0
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes. This package was built from the source code at https://github.com/aspnet/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
Microsoft.AspNetCore.Connections.Abstractions by: Microsoft
  • 3.089k total downloads
  • Latest version: 9.0.0-preview.3.24172.13
  • aspnetcore
Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.AspNetCore.Cors by: Microsoft
  • 697 total downloads
  • Latest version: 2.2.0
  • aspnetcore cors
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing. Commonly used types: Microsoft.AspNetCore.Cors.DisableCorsAttribute Microsoft.AspNetCore.Cors.EnableCorsAttribute This package was built from the source code at https://github.com/aspnet/CORS/tree/f05b0e792d2361be214947798857ef3eac77825d
Microsoft.AspNetCore.Cryptography.Internal by: Microsoft
  • 4.012k total downloads
  • Latest version: 9.0.0-preview.3.24172.13
  • aspnetcore dataprotection
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.AspNetCore.DataProtection by: Microsoft
  • 3.701k total downloads
  • Latest version: 9.0.0-preview.3.24172.13
  • aspnetcore dataprotection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.AspNetCore.DataProtection.Abstractions by: Microsoft
  • 3.65k total downloads
  • Latest version: 9.0.0-preview.3.24172.13
  • aspnetcore dataprotection
ASP.NET Core data protection abstractions. Commonly used types: Microsoft.AspNetCore.DataProtection.IDataProtectionProvider Microsoft.AspNetCore.DataProtection.IDataProtector This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d