AutoFixture
by: Mark Seemann AutoFixture
- 900 total downloads
- Latest version: 4.18.1
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
- 105 total downloads
- Latest version: 7.0.1
A convention-based object-object mapper.
AutoFixture.Xunit
by: Mark Seemann
- 871 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.
Autofac
by: Autofac Contributors
- 178 total downloads
- Latest version: 4.9.4
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.
AutoMapper.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 38 total downloads
- Latest version: 2.0.1
AutoMapper extensions for ASP.NET Core
Aspire.Dashboard
by: Microsoft
- 13 total downloads
- Latest version: 8.0.0-preview.2.23619.3
Dashboard browser interface for .NET Aspire.
AWSSDK.Core
by: Amazon Web Services
- 4.051k total downloads
- Latest version: 4.0.0-preview.10
The Amazon Web Services SDK for .NET - Core Runtime
App.Metrics.Extensions.Middleware
by: Allan Hardy
- 75 total downloads
- Latest version: 1.2.1
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.
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.
App.Metrics.Formatters.Ascii
by: Allan Hardy
- 73 total downloads
- Latest version: 3.1.0-alpha-0793
App Metrics Formatters for metrics and environment data to plain text.
AspectCore.Core
by: Lemon
- 113 total downloads
- Latest version: 0.4.0
The implementation of the AspectCore framework.
AspectCore.Abstractions
by: Lemon
- 93 total downloads
- Latest version: 0.4.0
The abstract design of the AspectCore framework.
AspectCore.Extensions.Reflection
by: Lemon
- 97 total downloads
- Latest version: 0.4.0
Reflection extension system for AspectCore Framework.
AsyncUsageAnalyzers
by: Sam Harwell et. al.
- 13 total downloads
- Latest version: 1.0.0-alpha003
A collection of analyzers related to best practices for writing asynchronous code.
Autofac.Extensions.DependencyInjection
by: Autofac Contributors
- 62 total downloads
- Latest version: 4.4.0
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
- 13 total downloads
- Latest version: 0.1.2
Interceptor and dynamicProxy support for Microsoft.Extensions.DependencyInjection via AspectCore Framework.
Ardalis.GuardClauses
by: Steve Smith (@ardalis)
- 67 total downloads
- Latest version: 2.0.0
A simple package with guard clause helper methods. See docs for how to extend using your own extension methods.
App.Metrics.Formatters.Json
by: Allan Hardy
- 74 total downloads
- Latest version: 3.1.0-alpha-0793
App Metrics Formatters for metrics and environment data to JSON using Newtonsoft.Json.
Asp.Versioning.Abstractions
by: .NET Foundation and Contributors
- 41 total downloads
- Latest version: 8.1.0
The abstractions library for API versioning.
AutoMapper.Collection
by: Tyler Carlson
- 32 total downloads
- Latest version: 4.0.0
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.