AngleSharp.Diffing
by: AngleSharp
- 101 total downloads
- Latest version: 1.1.1
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
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
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
The abstractions library for API versioning.
Asp.Versioning.Http
by: .NET Foundation and Contributors
- 41 total downloads
- Latest version: 10.0.0-preview.2
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
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
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
OAuth2 validation middleware for ASP.NET Core.
AspNet.Security.OpenIdConnect.Extensions
by: Kévin Chalet
- 25 total downloads
- Latest version: 2.0.0
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
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
OpenID Connect server middleware for ASP.NET Core.
AspNetCore.Authentication.ApiKey
by: Mihir Dilip
- 10 total downloads
- Latest version: 9.0.0
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
ASP.NET Core rate limiting middleware
AsyncBridge
by: Daniel Grunwald, Omer Mor, Alex Davies, jnm2
- 10 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
- 154 total downloads
- Latest version: 8.0.2
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
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 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 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 extension for enabling AOP in conjunction with Castle.