Asp.Versioning.Abstractions
by: .NET Foundation and Contributors
- 138 total downloads
- Latest version: 8.1.0
The abstractions library for API versioning.
AspectInjector
by: Aspect Injector Contributors
- 261 total downloads
- Latest version: 2.9.0-pre1
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
Core API and abstractions for the .NET Aspire application model.
Aspire.Hosting.AppHost
by: Microsoft
- 138 total downloads
- Latest version: 9.2.0
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
ASP.NET Core security provider enabling Apple authentication.
AspNet.Security.OAuth.Validation
by: Kévin Chalet
- 12 total downloads
- Latest version: 2.0.0
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OpenIdConnect.Extensions
by: Kévin Chalet
- 14 total downloads
- Latest version: 2.0.0
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
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
OpenID Connect server middleware for ASP.NET Core.
AspNetCore.Authentication.ApiKey
by: Mihir Dilip
- 10 total downloads
- Latest version: 8.0.1
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
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
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
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
A collection of analyzers related to best practices for writing asynchronous code.
Audit.NET
by: Federico Colombo
- 625 total downloads
- Latest version: 30.0.1
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 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 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 extension for enabling AOP in conjunction with Castle.