App.Metrics.Abstractions
by: Allan Hardy
- 165 total downloads
- Latest version: 3.1.0-alpha-0793
App Metrics Core abstractions and interfaces for metric types, reporting, filtering and more.
App.Metrics.Concurrency
by: Allan Hardy and Contributors
- 565 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
- 167 total downloads
- Latest version: 3.1.0-alpha-0793
App Metrics core components. Contains metric types and default implementations for metric reporting, filtering and more.
App.Metrics.Extensions.Middleware
by: Allan Hardy
- 220 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
- 214 total downloads
- Latest version: 3.1.0-alpha-0793
App Metrics Formatters for metrics and environment data to plain text.
App.Metrics.Formatters.Json
by: Allan Hardy
- 223 total downloads
- Latest version: 3.1.0-alpha-0793
App Metrics Formatters for metrics and environment data to JSON using Newtonsoft.Json.
Ardalis.GuardClauses
by: Steve Smith (@ardalis)
- 352 total downloads
- Latest version: 2.0.0
A simple package with guard clause helper methods. See docs for how to extend using your own extension methods.
Asp.Versioning.Abstractions
by: .NET Foundation and Contributors
- 191 total downloads
- Latest version: 8.1.0
The abstractions library for API versioning.
AspectCore.Abstractions
by: Lemon
- 353 total downloads
- Latest version: 0.4.0
The abstract design of the AspectCore framework.
AspectCore.Core
by: Lemon
- 394 total downloads
- Latest version: 0.4.0
The implementation of the AspectCore framework.
- 31 total downloads
- Latest version: 0.1.2
Interceptor and dynamicProxy support for Microsoft.Extensions.DependencyInjection via AspectCore Framework.
AspectCore.Extensions.Reflection
by: Lemon
- 307 total downloads
- Latest version: 0.4.0
Reflection extension system for AspectCore Framework.
Aspire.Dashboard
by: Microsoft
- 33 total downloads
- Latest version: 8.0.0-preview.2.23619.3
Dashboard browser interface for .NET Aspire.
AspNet.Security.OAuth.Validation
by: Kévin Chalet
- 40 total downloads
- Latest version: 1.1.0
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OpenIdConnect.Extensions
by: Kévin Chalet
- 71 total downloads
- Latest version: 1.1.0
OpenID Connect extensions for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Primitives
by: Kévin Chalet
- 58 total downloads
- Latest version: 1.1.0
OpenID Connect primitives for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Server
by: Kévin Chalet
- 55 total downloads
- Latest version: 1.1.0
OpenID Connect server middleware for ASP.NET Core.
AsyncBridge.Portable
by: Daniel Grunwald Omer Mor Alex Davies
- 20 total downloads
- Latest version: 0.2.0
Adds the new C#5 async features for .NET 4.0 and Silverlight 5 projects (portable library)
AsyncFixer
by: Semih Okur
- 58 total downloads
- Latest version: 2.1.0
AsyncFixer detects common async/await anti-patterns and, when possible, offers automatic fixes. It currently reports 6 categories of async/await misuse and provides code fixes for 3 of them. It has been validated against thousands of open-source C# projects and is designed to handle tricky real-world edge cases. Tool-friendly diagnostics support AI-assisted workflows even when a built-in code fix is not available.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 43 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.