AngleSharp by: AngleSharp
  • 8 total downloads
  • Latest version: 0.17.1
  • html html5 css css3 xml dom dom4 parser engine hypertext markup language query selector attributes linq angle bracket web internet text headless browser
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
AngleSharp.Css by: AngleSharp
  • 6 total downloads
  • Latest version: 0.17.0
  • html html5 css css3 dom styling library anglesharp angle
Extends the CSSOM from the core AngleSharp library.
Ardalis.GuardClauses by: Steve Smith (@ardalis)
  • 53 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.Specification by: Steve Smith (@ardalis) Fati Iseni (@fiseni) Scott DePouw
  • 55 total downloads
  • Latest version: 9.1.0
  • spec specification repository ddd
A simple package with a base Specification class, for use in creating queries that work with Repository types.
Ardalis.Specification.EntityFrameworkCore by: Steve Smith (@ardalis) Fati Iseni (@fiseni) Scott DePouw
  • 5 total downloads
  • Latest version: 9.1.0
  • spec specification repository ddd ef ef core entity framework entity framework core
EF Core plugin package to Ardalis.Specification containing EF Core evaluator and abstract repository.
Asp.Versioning.Abstractions by: .NET Foundation and Contributors
  • 6 total downloads
  • Latest version: 8.1.0
  • Asp AspNet AspNetCore Versioning
The abstractions library for API versioning.
Asp.Versioning.Http by: .NET Foundation and Contributors
  • 5 total downloads
  • Latest version: 8.1.0
  • Asp AspNet AspNetCore Versioning
A service API versioning library for Microsoft ASP.NET Core.
Asp.Versioning.Mvc by: .NET Foundation and Contributors
  • 5 total downloads
  • Latest version: 8.1.0
  • 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
  • 5 total downloads
  • Latest version: 8.1.0
  • Asp AspNet AspNetCore Versioning ApiExplorer
The API Explorer extensions for ASP.NET Core API Versioning.
AspNetCore.HealthChecks.Aws.S3 by: Xabaril Contributors
  • 7 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health AWS S3 Simple Storage Service
HealthChecks.Aws.S3 is the health check package for S3 Buckets and files.
AspNetCore.HealthChecks.EventStore.gRPC by: Xabaril Contributors
  • 5 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health EventStore gRPC
HealthChecks.EventStore.gRPC is the health check package for EventStore, using the gRPC client.
AspNetCore.HealthChecks.Rabbitmq by: Xabaril Contributors
  • 45 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health RabbitMQ
HealthChecks.RabbitMQ is the health check package for RabbitMQ.Client.
AspNetCore.HealthChecks.Redis by: Xabaril Contributors
  • 6 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health Redis
HealthChecks.Redis is the health check package for Redis.
AspNetCore.HealthChecks.SqlServer by: Xabaril Contributors
  • 8 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health Sql Server
HealthChecks.SqlServer is the health check package for SqlServer.
AspNetCore.HealthChecks.UI by: Xabaril Contributors
  • 151 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health UI
HealthChecks.UI is a ASP.NET Core UI viewer of ASP.NET Core HealthChecks. For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks
AspNetCore.HealthChecks.UI.Client by: Xabaril Contributors
  • 46 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health UI Client
HealthChecks.UI.Client contains some mandatory abstractions to work with HealthChecks.UI.
AspNetCore.HealthChecks.UI.Core by: Xabaril Contributors
  • 33 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health Core
HealthChecks.UI.Core package containing builder and model definitions
AspNetCore.HealthChecks.UI.Data by: Xabaril Contributors
  • 19 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health Data
HealthChecks.UI.Data package containing data models and database context definition
AspNetCore.HealthChecks.UI.InMemory.Storage by: Xabaril Contributors
  • 12 total downloads
  • Latest version: 9.0.0
  • HealthCheck HealthChecks Health InMemory
HealthChecks.UI.InMemory.Storage package contains the required classes to use InMemory provider in the UI
AsyncKeyedLock by: Mark Cilia Vincenti
  • 129 total downloads
  • Latest version: 7.1.6
  • 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.