Autofac
by: Autofac Contributors
- 489 total downloads
- Latest version: 8.3.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.
AutoFixture.Xunit
by: Mark Seemann AutoFixture
- 1.035k total downloads
- Latest version: 5.0.0-preview0007
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 AutoFixture
- 1.373k total downloads
- Latest version: 5.0.0-preview0012
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
- 256 total downloads
- Latest version: 10.1.1
A convention-based object-object mapper.
AWSSDK.Core
by: Amazon Web Services
- 4.094k total downloads
- Latest version: 4.0.0-preview.10
The Amazon Web Services SDK for .NET - Core Runtime
AutoMapper.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 113 total downloads
- Latest version: 8.1.1
AutoMapper extensions for ASP.NET Core
Autofac.Extensions.DependencyInjection
by: Autofac Contributors
- 161 total downloads
- Latest version: 10.0.0
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
AsyncKeyedLock
by: Mark Cilia Vincenti
- 258 total downloads
- Latest version: 7.1.4
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.
AutoMapper.Collection
by: Tyler Carlson
- 75 total downloads
- Latest version: 7.0.1
Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping collections.
Automatonymous
by: Chris Patterson
- 55 total downloads
- Latest version: 5.1.4-develop.12
Automatonymous, an open source state machine library, usable with MassTransit
AttributeRouting
by: Tim McCall
- 43 total downloads
- Latest version: 3.5.6
AttributeRouting for ASP.NET MVC lets you specify routes using attributes on your MVC controllers and actions.
AttributeRouting.Core.Web
by: Tim McCall
- 21 total downloads
- Latest version: 3.5.6
Core functionality for AttributeRouting ASP.NET MVC and Web API packages.
AttributeRouting.WebApi
by: Tim McCall
- 26 total downloads
- Latest version: 3.5.6
AttributeRouting for ASP.NET Web API lets you specify routes using attributes on your API controllers and actions.
AttributeRouting.WebApi.Hosted
by: Tim McCall
- 29 total downloads
- Latest version: 3.5.6
AttributeRouting for self-hosted Web API lets you specify routes using attributes on your API controllers and actions.
AttributeRouting.Core.Http
by: Tim McCall
- 51 total downloads
- Latest version: 3.5.6
Core functionality for AttributeRouting Web API packages.
AWSSDK.S3
by: Amazon Web Services
- 1.886k total downloads
- Latest version: 4.0.0-preview.9
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
AttributeRouting.Core
by: Tim McCall
- 56 total downloads
- Latest version: 3.5.6
Core functionality for all AttributeRouting packages.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 14 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
AsyncBridge.Portable
by: Daniel Grunwald Omer Mor Alex Davies
- 2 total downloads
- Latest version: 0.2.0
Adds the new C#5 async features for .NET 4.0 and Silverlight 5 projects (portable library)
AsyncFixer
by: Semih Okur
- 10 total downloads
- Latest version: 1.6.0
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.