AutoFixture.Xunit by: Mark Seemann
  • 5.516k total downloads
  • Latest version: 3.51.0
By leveraging the data theory feature of xUnit.net, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language). For xUnit.net 2, please use the AutoFixture.Xunit2 NuGet Package.
AutoFixture by: Mark Seemann
  • 6.476k total downloads
  • Latest version: 3.51.0
AutoFixture makes it easier for developers to do Test-Driven Development by automating non-relevant Test Fixture Setup, allowing the Test Developer to focus on the essentials of each test case.
AutoMapper by: Jimmy Bogard
  • 705 total downloads
  • Latest version: 6.2.2
A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is designed for model projection scenarios to flatten complex object models to DTOs and other simple objects, whose design is better suited for serialization, communication, messaging, or simply an anti-corruption layer between the domain and application layer.
Autofac by: Autofac Contributors
  • 887 total downloads
  • Latest version: 3.5.2
Base assemblies for the Autofac Inversion of Control Container
apache-thrift-netcore by: The Apache Software Foundation
  • 101 total downloads
  • Latest version: 0.9.3.2
  • Thrift Serialization
For .Net Core - naive port, use with caution...
Aspire.Dashboard by: Microsoft
  • 77 total downloads
  • Latest version: 8.0.0-preview.2.23619.3
Dashboard browser interface for .NET Aspire.
AsyncFixer by: Semih Okur
  • 120 total downloads
  • Latest version: 2.1.0
  • asyncfixer csharp dotnet roslyn analyzer analyzers codefix codefixes codeanalysis async await asyncawait asynchronous diagnostics
AsyncFixer detects common async/await anti-patterns and, when possible, offers automatic fixes. It currently reports 6 categories of async/await misuse and provides code fixes for 3 of them. It has been validated against thousands of open-source C# projects and is designed to handle tricky real-world edge cases. Tool-friendly diagnostics support AI-assisted workflows even when a built-in code fix is not available.
AsyncUsageAnalyzers by: Sam Harwell et. al.
  • 93 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.
AttributeRouting.Core by: Tim McCall
  • 726 total downloads
  • Latest version: 3.5.6
  • attribute routing route asp.net webapi web api selfhost self host
Core functionality for all AttributeRouting packages.
AttributeRouting.Core.Http by: Tim McCall
  • 677 total downloads
  • Latest version: 3.5.6
  • attribute routing route asp.net webapi web api selfhost self host
Core functionality for AttributeRouting Web API packages.
Ardalis.GuardClauses by: Steve Smith (@ardalis)
  • 831 total downloads
  • Latest version: 3.3.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.
AutoMapper.Collection by: Tyler Carlson
  • 88 total downloads
  • Latest version: 1.1.3
  • AutoMapper
Collection updating support for AutoMapper
Appium.WebDriver by: Appium Commiters
  • 414 total downloads
  • Latest version: 1.5.1.1
  • Appium Webdriver device automation
Selenium Webdriver extension for Appium.
AsyncBridge.Portable by: Daniel Grunwald Omer Mor Alex Davies
  • 48 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)
AttributeRouting.Core.Web by: Tim McCall
  • 632 total downloads
  • Latest version: 3.5.6
  • attribute routing route asp.net webapi web api
Core functionality for AttributeRouting ASP.NET MVC and Web API packages.
AttributeRouting by: Tim McCall
  • 1.356k total downloads
  • Latest version: 3.5.6
  • attribute routing route asp.net mvc
AttributeRouting for ASP.NET MVC lets you specify routes using attributes on your MVC controllers and actions.
AttributeRouting.WebApi by: Tim McCall
  • 851 total downloads
  • Latest version: 3.5.6
  • attribute routing route asp.net mvc webapi web api
AttributeRouting for ASP.NET Web API lets you specify routes using attributes on your API controllers and actions.
AttributeRouting.WebApi.Hosted by: Tim McCall
  • 730 total downloads
  • Latest version: 3.5.6
  • attribute routing route asp.net webapi web api selfhost self host
AttributeRouting for self-hosted Web API lets you specify routes using attributes on your API controllers and actions.
App.Metrics by: Allan Hardy and Contributors
  • 34 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.
AsyncBridge by: Daniel Grunwald Omer Mor Alex Davies
  • 9 total downloads
  • Latest version: 0.1.0
  • async bridge C# .NET40
Adds the new C#5 async features for .NET 4 and .NET 3.5 projects