App.Metrics.Abstractions
by: Allan Hardy and Contributors
- 807 total downloads
- Latest version: 4.4.0-preview.0.4
App Metrics Core abstractions and interfaces for metric types, reporting, filtering and more.
App.Metrics.Concurrency
by: Allan Hardy and Contributors
- 573 total downloads
- Latest version: 4.5.1-preview.0.1
Provides useful structures for performing efficient concurrent operations. Original Project: https://github.com/etishor/ConcurrencyUtilities, including a port of Java's LongAdder and Striped64 classes
App.Metrics.Core
by: Allan Hardy and Contributors
- 811 total downloads
- Latest version: 4.4.0-preview.0.4
App Metrics core components. Contains metric types and default implementations for metric reporting, filtering and more.
App.Metrics.Extensions.Middleware
by: Allan Hardy
- 250 total downloads
- Latest version: 1.2.1
Extends the App.Metrics library providing a set AspNet Core Middleware Components which will record things like error rates per endpoint and an overall rate, request rates per endpoint and an overall rate etc.
App.Metrics.Formatters.Ascii
by: Allan Hardy and Contributors
- 835 total downloads
- Latest version: 4.4.0-preview.0.4
App Metrics Formatters for metrics and environment data to plain text.
App.Metrics.Formatters.Json
by: Allan Hardy and Contributors
- 845 total downloads
- Latest version: 4.4.0-preview.0.4
App Metrics Formatters for metrics and environment data to JSON using Newtonsoft.Json.
Argon
by: https://github.com/VerifyTests/Argon/graphs/contributors
- 1.163k total downloads
- Latest version: 0.33.0
Json serialization library. Hard fork of Json.net.
Asp.Versioning.Abstractions
by: .NET Foundation and Contributors
- 350 total downloads
- Latest version: 8.1.0
The abstractions library for API versioning.
Asp.Versioning.Http
by: .NET Foundation and Contributors
- 538 total downloads
- Latest version: 8.1.1
A service API versioning library for Microsoft ASP.NET Core.
Asp.Versioning.Mvc
by: .NET Foundation and Contributors
- 520 total downloads
- Latest version: 8.1.1
A service API versioning library for Microsoft ASP.NET Core MVC.
Asp.Versioning.Mvc.ApiExplorer
by: .NET Foundation and Contributors
- 385 total downloads
- Latest version: 8.1.1
The API Explorer extensions for ASP.NET Core API Versioning.
AspNet.Security.OAuth.Validation
by: Kévin Chalet
- 215 total downloads
- Latest version: 2.0.0
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OpenIdConnect.Extensions
by: Kévin Chalet
- 296 total downloads
- Latest version: 2.0.0
OpenID Connect extensions for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Primitives
by: Kévin Chalet
- 191 total downloads
- Latest version: 2.0.0
OpenID Connect primitives for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Server
by: Kévin Chalet
- 315 total downloads
- Latest version: 2.0.0
OpenID Connect server middleware for ASP.NET Core.
AsyncKeyedLock
by: Mark Cilia Vincenti
- 1.753k total downloads
- Latest version: 8.0.0
An asynchronous .NET library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 65 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
Autofac
by: Autofac Contributors
- 1.921k total downloads
- Latest version: 9.0.0
Autofac is an IoC container for Microsoft .NET. It manages the dependencies between classes so that applications stay easy to change as they grow in size and complexity.
Autofac.Extensions.DependencyInjection
by: Autofac Contributors
- 566 total downloads
- Latest version: 10.0.0
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
Autofac.Extras.DynamicProxy
by: Autofac Contributors
- 416 total downloads
- Latest version: 7.1.0
Autofac extension for enabling AOP in conjunction with Castle.