Antlr4.Runtime.Standard by: Eric Vergnaud Terence Parr Sam Harwell
  • 167 total downloads
  • Latest version: 4.13.1
  • antlr parsing grammar
The .NET Core C# ANTLR 4 runtime from the ANTLR Organization
App.Metrics by: Allan Hardy and Contributors
  • 922 total downloads
  • Latest version: 4.5.1-preview.0.1
  • appmetrics metrics apdex meter gauge counter timer histogram
App Metrics is an open-source .NET Standard library used to record application metrics.
App.Metrics.Abstractions by: Allan Hardy and Contributors
  • 558 total downloads
  • Latest version: 4.4.0-preview.0.4
  • appmetrics metrics
App Metrics Core abstractions and interfaces for metric types, reporting, filtering and more.
App.Metrics.Concurrency by: Allan Hardy and Contributors
  • 482 total downloads
  • Latest version: 4.5.1-preview.0.1
  • concurrency atomic
Provides useful structures for performing efficient concurrent operations. Original Project: https://github.com/etishor/ConcurrencyUtilities, including a port of Java's LongAdder and Striped64 classes
App.Metrics.Core by: Allan Hardy and Contributors
  • 714 total downloads
  • Latest version: 4.4.0-preview.0.4
  • appmetrics metrics
App Metrics core components. Contains metric types and default implementations for metric reporting, filtering and more.
App.Metrics.Extensions.Middleware by: Allan Hardy
  • 218 total downloads
  • Latest version: 1.2.1
  • mvc measurements charts timer histogram graphite influxdb health checks metrics
Extends the App.Metrics library providing a set AspNet Core Middleware Components which will record things like error rates per endpoint and an overall rate, request rates per endpoint and an overall rate etc.
App.Metrics.Formatters.Ascii by: Allan Hardy and Contributors
  • 749 total downloads
  • Latest version: 4.4.0-preview.0.4
  • appmetrics metrics ascii
App Metrics Formatters for metrics and environment data to plain text.
App.Metrics.Formatters.Json by: Allan Hardy and Contributors
  • 709 total downloads
  • Latest version: 4.4.0-preview.0.4
  • appmetrics metrics json
App Metrics Formatters for metrics and environment data to JSON using Newtonsoft.Json.
Argon by: https://github.com/SimonCropp/Argon/graphs/contributors
  • 692 total downloads
  • Latest version: 0.13.0
  • Json
Json serialization library. Hard fork of Json.net.
Asp.Versioning.Abstractions by: .NET Foundation and Contributors
  • 308 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
  • 238 total downloads
  • Latest version: 6.5.0
  • Asp AspNet AspNetCore Versioning
A service API versioning library for Microsoft ASP.NET Core.
Asp.Versioning.Mvc by: .NET Foundation and Contributors
  • 197 total downloads
  • Latest version: 6.4.1
  • 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
  • 146 total downloads
  • Latest version: 6.4.0
  • Asp AspNet AspNetCore Versioning ApiExplorer
The API Explorer extensions for ASP.NET Core API Versioning.
Aspire.Hosting.Sdk.Msi.x64 by: Microsoft
  • 156 total downloads
  • Latest version: 9.0.0-preview.3.24210.17
.NET Aspire Hosting SDK. Enabled via <IsAspireHost>true</IsAspireHost>.
Aspire.ProjectTemplates.Msi.x64 by: Microsoft
  • 188 total downloads
  • Latest version: 9.0.0-preview.3.24210.17
.NET Aspire Template Pack for Microsoft Template Engine
AspNet.Security.OAuth.Validation by: Kévin Chalet
  • 184 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
  • 204 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
  • 170 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
  • 222 total downloads
  • Latest version: 2.0.0
  • aspnetcore authentication jwt openidconnect security
OpenID Connect server middleware for ASP.NET Core.
AsyncKeyedLock by: Mark Cilia Vincenti
  • 1.538k total downloads
  • Latest version: 7.1.8
  • 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.