K4os.Hash.xxHash by: Milosz Krajewski
  • 1 total downloads
  • Latest version: 1.0.6
  • hash xxHash
xxHash hash implementation for .NET
KubernetesClient by: The Kubernetes Project Authors
  • 62 total downloads
  • Latest version: 9.0.28
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Basic by: The Kubernetes Project Authors
  • 2 total downloads
  • Latest version: 9.0.37
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
KubernetesClient.Models by: The Kubernetes Project Authors
  • 1 total downloads
  • Latest version: 8.0.4
  • kubernetes docker containers
Client library for the Kubernetes open source container orchestrator.
Libuv by: Libuv
  • 1 total downloads
  • Latest version: 1.9.0-rc2-20896
  • libuv
Multi-platform support library with a focus on asynchronous I/O.
log4net by: The Apache Software Foundation
  • 3 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
MaxMind.Db by: MaxMind.Db
  • 2 total downloads
  • Latest version: 3.0.0
  • maxmind ip geoip geoip2 geolocation ipv4 ipv6 mmdb maxminddb
.NET reader for the MaxMind DB file format
MaxMind.GeoIP2 by: MaxMind.GeoIP2
  • 7 total downloads
  • Latest version: 5.1.0
  • maxmind ip geoip geoip2 geolocation ipv4 ipv6
MaxMind GeoIP2 Database Reader and Web Service Client
MessagePack by: neuecc aarnott
  • 60 total downloads
  • Latest version: 3.0.129-beta
  • 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
  • 4 total downloads
  • Latest version: 2.5.172
  • MsgPack MessagePack Serialization Formatter Serializer Unity Xamarin
Attributes and interfaces for .NET types serializable with MessagePack.
MessagePackAnalyzer by: neuecc aarnott
  • 9 total downloads
  • Latest version: 2.5.129
  • MsgPack MessagePack Serialization Formatter Analyzer
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].
Microsoft.ApplicationInsights.DependencyCollector by: Microsoft
  • 1 total downloads
  • Latest version: 2.9.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry AppInsights
Application Insights Dependency Collector for .NET applications. This is a dependent package for Application Insights platform specific packages and provides automatic collection of dependency telemetry. Please install the platform specific packages directly for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.ApplicationInsights.PerfCounterCollector by: Microsoft
  • 1 total downloads
  • Latest version: 2.12.0
  • Azure Monitoring Analytics ApplicationInsights Telemetry ASP.NET ASMX Web Azure Server Services ASPX Websites Performance Counters Performance Collection
Application Insights Performance Counters Collector allows you to send data collected by Performance Counters to Application Insights. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.AspNetCore.Antiforgery by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0-preview1-final
  • aspnetcore antiforgery
An antiforgery system for ASP.NET Core designed to generate and validate tokens to prevent Cross-Site Request Forgery attacks.
Microsoft.AspNetCore.Authentication by: Microsoft
  • 1 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/Security/tree/93926543f8469614c2feb23de8a8c0561b8b2463
Microsoft.AspNetCore.Authentication.Cookies by: Microsoft
  • 2 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 4 total downloads
  • Latest version: 2.2.0-preview2-35157
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token. This package was built from the source at: https://github.com/aspnet/Security/tree/c6f5786418c2478dfc7f5a604d8b65911f9f0c1b
Microsoft.AspNetCore.Authorization by: Microsoft
  • 104 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • 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/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.AspNetCore.Connections.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 5.0.0
  • 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/371a26f07b23ad77c636332c2dfc0cbd1d8137ba
Microsoft.AspNetCore.Cors by: Microsoft
  • 2 total downloads
  • Latest version: 2.1.0-rc1-final
  • 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