Antlr3.Runtime by: Sam Harwell Terence Parr
  • 46 total downloads
  • Latest version: 3.5.2-rc1
  • antlr antlr3 parsing
The runtime library for parsers generated by the C# target of ANTLR 3. This package supports projects targeting .NET 2.0 or newer, and built using Visual Studio 2008 or newer.
Apache.Thrift by: The Apache Software Foundation. Custom build by @aloneguid
  • 563 total downloads
  • Latest version: 1.0.2
Package Description
apache-thrift-netcore by: The Apache Software Foundation
  • 30 total downloads
  • Latest version: 0.9.3.2
  • Thrift Serialization
For .Net Core - naive port, use with caution...
App.Metrics by: Allan Hardy and Contributors
  • 197 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
  • 88 total downloads
  • Latest version: 3.1.0-alpha-0793
  • appmetrics metrics
App Metrics Core abstractions and interfaces for metric types, reporting, filtering and more.
App.Metrics.Concurrency by: Allan Hardy and Contributors
  • 297 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
  • 93 total downloads
  • Latest version: 3.1.0-alpha-0793
  • appmetrics metrics
App Metrics core components. Contains metric types and default implementations for metric reporting, filtering and more.
App.Metrics.Formatters.Ascii by: Allan Hardy
  • 103 total downloads
  • Latest version: 3.1.0-alpha-0793
  • appmetrics metrics ascii
App Metrics Formatters for metrics and environment data to plain text.
App.Metrics.Formatters.Json by: Allan Hardy
  • 91 total downloads
  • Latest version: 3.1.0-alpha-0793
  • appmetrics metrics json
App Metrics Formatters for metrics and environment data to JSON using Newtonsoft.Json.
Appium.WebDriver by: Appium Commiters
  • 158 total downloads
  • Latest version: 5.0.0-beta01
  • Appium Webdriver device automation
Selenium Webdriver extension for Appium.
Ardalis.GuardClauses by: Steve Smith (@ardalis)
  • 184 total downloads
  • Latest version: 4.0.1
  • 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.
ArrayToPdf by: Leonid Salavatov
  • 86 total downloads
  • Latest version: 2.2.1
  • pdf array2pdf arraytopdf array list dataset datatable convert map mapping dotnet
Create PDF from Array (List, DataTable, ...)
Asp.Versioning.Abstractions by: .NET Foundation and Contributors
  • 95 total downloads
  • Latest version: 8.1.0
  • Asp AspNet AspNetCore Versioning
The abstractions library for API versioning.
AspectCore.Abstractions by: Lemon
  • 255 total downloads
  • Latest version: 2.0.0
  • DynamicProxy Aop Aspect AspectCore Interceptor
The abstract design of the AspectCore framework.
AspectCore.Core by: Lemon
  • 271 total downloads
  • Latest version: 2.0.0
  • DynamicProxy Aop Aspect AspectCore Interceptor
The implementation of the AspectCore framework.
AspectCore.Extensions.DependencyInjection by: Lemon
  • 19 total downloads
  • Latest version: 0.1.2
  • DynamicProxy Aop DependencyInjection AspectCore
Interceptor and dynamicProxy support for Microsoft.Extensions.DependencyInjection via AspectCore Framework.
AspectCore.Extensions.Reflection by: Lemon
  • 226 total downloads
  • Latest version: 2.0.0
  • Reflection Aop DynamicProxy
Reflection extension system for AspectCore Framework.
Aspire.Dashboard by: Microsoft
  • 20 total downloads
  • Latest version: 8.0.0-preview.2.23619.3
Dashboard browser interface for .NET Aspire.
AsyncBridge.Portable by: Daniel Grunwald Omer Mor Alex Davies
  • 7 total downloads
  • Latest version: 0.2.0
  • async bridge C# C#5 portable Silverlight .NET40
Adds the new C#5 async features for .NET 4.0 and Silverlight 5 projects (portable library)
AsyncFixer by: Semih Okur
  • 23 total downloads
  • Latest version: 1.6.0
  • asyncfixer analyzers async/await asynchronous concurrency diagnostics codefix roslyn codeanalysis async await
AsyncFixer helps developers in finding and correcting common async/await misuses (i.e., anti-patterns). It currently detects 5 common kinds of async/await misuses and fixes 3 of them via program transformations. AsyncFixer has been tested with thousands of open-source C# projects and successfully handles many corner cases.