AngleSharp.Diffing by: AngleSharp
  • 101 total downloads
  • Latest version: 1.1.1
  • html html5 css css3 dom library diffing anglesharp diff difference compare comparison testing
Provides a complete diffing model of HTML.
AngleSharp.Wrappers by: Egil Hansen
  • 14 total downloads
  • Latest version: 1.3.0
A library of wrappers for AngleSharp. Allows you to replace a real AngleSharp DOM tree but still keep the queried/returned node references. Built for and used by https://github.com/bUnit-dev/bUnit.
Ardalis.GuardClauses by: Steve Smith (@ardalis)
  • 80 total downloads
  • Latest version: 5.0.0
  • guard clause clauses assert assertion
A simple package by @ardalis and @nimblepros with guard clause helper methods. See docs for how to extend using your own extension methods defined in your project.
Ardalis.SmartEnum by: Steve Smith (@ardalis)
  • 36 total downloads
  • Latest version: 8.2.0
  • enum smartenum ardalis
Classes to help produce strongly typed smarter enums in .NET.
Asp.Versioning.Abstractions by: .NET Foundation and Contributors
  • 23 total downloads
  • Latest version: 10.0.0-preview.2
  • Asp AspNet AspNetCore Versioning
The abstractions library for API versioning.
Asp.Versioning.Http by: .NET Foundation and Contributors
  • 41 total downloads
  • Latest version: 10.0.0-preview.2
  • Asp AspNet AspNetCore Versioning
A service API versioning library for Microsoft ASP.NET Core.
Asp.Versioning.Mvc by: .NET Foundation and Contributors
  • 35 total downloads
  • Latest version: 10.0.0-preview.2
  • Asp AspNet AspNetCore MVC Versioning
A service API versioning library for Microsoft ASP.NET Core MVC.
Asp.Versioning.Mvc.ApiExplorer by: .NET Foundation and Contributors
  • 32 total downloads
  • Latest version: 10.0.0-preview.2
  • Asp AspNet AspNetCore Versioning ApiExplorer
The API Explorer extensions for ASP.NET Core API Versioning.
AspNet.Security.OAuth.Validation by: Kévin Chalet
  • 15 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
  • 25 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
  • 19 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
  • 22 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: 9.0.0
  • 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, net9, net9.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.
AspNetCoreRateLimit by: Stefan Prodan, Cristi Pufu
  • 42 total downloads
  • Latest version: 5.0.0
  • aspnetcore rate-limit throttle
ASP.NET Core rate limiting middleware
AsyncBridge by: Daniel Grunwald, Omer Mor, Alex Davies, jnm2
  • 10 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
  • 154 total downloads
  • Latest version: 8.0.2
  • async,lock,key,keyed,semaphore,striped,dictionary,concurrentdictionary,pooling,duplicate,synchronization
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.
  • 6 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.
Autofac by: Autofac Contributors
  • 49 total downloads
  • Latest version: 9.1.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
  • 52 total downloads
  • Latest version: 11.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
  • 21 total downloads
  • Latest version: 7.1.0
  • autofac di ioc dependencyinjection dynamicproxy
Autofac extension for enabling AOP in conjunction with Castle.