Asp.Versioning.Abstractions by: .NET Foundation and Contributors
  • 138 total downloads
  • Latest version: 8.1.0
  • Asp AspNet AspNetCore Versioning
The abstractions library for API versioning.
AspectInjector by: Aspect Injector Contributors
  • 261 total downloads
  • Latest version: 2.9.0-pre1
  • aop aspect interceptor injector aot blazor attribute il weaving boundary post-compiler
Attributes-based compile-time AOP framework. Cross-cutting concerns made easy! Just apply your attributes where you need them and everything automagicaly works! No xml configs! No wierd reflection hacks! No runtime emit! Works with AOT and Blazor! See release notes for this version here: https://github.com/pamidur/aspect-injector/releases/tag/2.9.0-pre1
Aspire.Hosting by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.0-preview.2.24162.2
  • aspire hosting
Core API and abstractions for the .NET Aspire application model.
Aspire.Hosting.AppHost by: Microsoft
  • 138 total downloads
  • Latest version: 9.2.0
  • aspire hosting
Core library and MSBuild logic for .NET Aspire AppHost projects.
AspNet.Security.OAuth.Apple by: Martin Costello
  • 5 total downloads
  • Latest version: 2.2.2
  • apple aspnetcore authentication oauth security
ASP.NET Core security provider enabling Apple authentication.
AspNet.Security.OAuth.Validation by: Kévin Chalet
  • 12 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OpenIdConnect.Extensions by: Kévin Chalet
  • 14 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OpenID Connect extensions for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Primitives by: Kévin Chalet
  • 12 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication openidconnect primitives security
OpenID Connect primitives for the OpenID Connect server middleware.
AspNet.Security.OpenIdConnect.Server by: Kévin Chalet
  • 15 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OpenID Connect server middleware for ASP.NET Core.
AspNetCore.Authentication.ApiKey by: Mihir Dilip
  • 10 total downloads
  • Latest version: 8.0.1
  • aspnetcore security authentication microsoft microsoft.aspnetcore.authentication microsoft-aspnetcore-authentication microsoft.aspnetcore.authentication.apikey microsoft-aspnetcore-authentication-apikey asp-net-core netstandard netstandard20 apikey-authentication api-key-authentication apikeyauthentication dotnetcore dotnetcore3.1 net5 net5.0 net6 net6.0 net7 net7.0 net8 net8.0 asp-net-core-apikey-authentication aspnetcore-apikey-authentication net5-apikey-authentication asp-net-core-authentication aspnetcore-authentication net5-authentication asp aspnet apikey api-key authentication-scheme
Easy to use and very light weight Microsoft style API Key Authentication Implementation for ASP.NET Core. It can be setup so that it can accept API Key either in Header, Authorization Header, QueryParams, HeaderOrQueryParams or RouteValues.
AspNetCore.HealthChecks.Uris by: Xabaril Contributors
  • 24 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health Uri Url Uris Urls
HealthChecks.Uris is a simple health check package for Uri groups.
AspNetCore.Reporting by: WeiGe
  • 3 total downloads
  • Latest version: 2.1.0
Description: AspNetCore.Reporting, LocalReport, ServerReport, SSRS, ReportViewer
AspNetCore.ReportingServices by: WeiGe
  • 3 total downloads
  • Latest version: 2.1.0
AspNetCore.ReportingServices used for AspNetCore.Reporting
AsyncBridge by: Daniel Grunwald Omer Mor Alex Davies jnm2
  • 6 total downloads
  • Latest version: 0.3.1
  • async await C# language support .NET Framework 3.5 4.0 portable Silverlight net35 net40 sl5
C# 5 async/await support for .NET Framework pre-4.5 This package is now unified to include all functionality from AsyncBridge.Net35 and AsyncBridge.Portable.
AsyncKeyedLock by: Mark Cilia Vincenti
  • 272 total downloads
  • Latest version: 7.1.4
  • async lock key keyed semaphore striped dictionary concurrentdictionary pooling duplicate synchronization
An asynchronous .NET Standard 2.0 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.
  • 3 total downloads
  • Latest version: 1.0.0-alpha003
  • Async DotNetAnalyzers Roslyn Diagnostic Analyzer
A collection of analyzers related to best practices for writing asynchronous code.
Audit.NET by: Federico Colombo
  • 626 total downloads
  • Latest version: 30.0.1
  • Audit Trail Log
An extensible framework to audit executing operations in .NET and .NET Core. Special thanks to 'ZZZ Projects' for sponsoring this project.
Autofac by: Autofac Contributors
  • 360 total downloads
  • Latest version: 8.3.0
  • autofac di ioc dependencyinjection
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
  • 226 total downloads
  • Latest version: 10.0.0
  • autofac di ioc dependencyinjection aspnet aspnetcore
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
Autofac.Extras.DynamicProxy by: Autofac Contributors
  • 213 total downloads
  • Latest version: 7.1.0
  • autofac di ioc dependencyinjection dynamicproxy
Autofac extension for enabling AOP in conjunction with Castle.