AsyncFixer
by: Semih Okur
- 120 total downloads
- Latest version: 2.1.0
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
A collection of analyzers related to best practices for writing asynchronous code.
AttributeRouting
by: Tim McCall
- 1.356k 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.WebApi
by: Tim McCall
- 851 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
- 730 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.
Autofac
by: Autofac Contributors
- 910 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.
Autofac.Extensions.DependencyInjection
by: Autofac Contributors
- 345 total downloads
- Latest version: 4.4.0
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
AutoFixture
by: Mark Seemann AutoFixture
- 4.948k 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.
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.
AutoMapper
by: Jimmy Bogard
- 557 total downloads
- Latest version: 7.0.1
A convention-based object-object mapper.
AutoMapper.Collection
by: Tyler Carlson
- 301 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.
AutoMapper.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 181 total downloads
- Latest version: 2.0.1
AutoMapper extensions for ASP.NET Core
Automatonymous
by: Chris Patterson
- 24 total downloads
- Latest version: 3.5.12
Automatonymous, an open source state machine library, usable with MassTransit
AWSSDK.Core
by: Amazon Web Services
- 21.381k total downloads
- Latest version: 4.0.102.3
The Amazon Web Services SDK for .NET - Core Runtime
AWSSDK.S3
by: Amazon Web Services
- 31.866k total downloads
- Latest version: 4.0.103.3
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage.
AWSSDK.SecurityToken
by: Amazon Web Services
- 33.447k total downloads
- Latest version: 4.0.100.13
The AWS Security Token Service (AWS STS) enables you to provide trusted users with temporary credentials that provide controlled access to your AWS resources.
Azure.Mcp.win-x64
by: Microsoft
- 1.009k total downloads
- Latest version: 3.0.0-beta.39
Azure MCP Server - Model Context Protocol implementation for Azure. Internal implementation package for win-x64.
bblanchon.PDFium.Linux
by: Benoît Blanchon
- 3.077k total downloads
- Latest version: 155.0.8057
This package contains pre-compiled binaries of the PDFium library, an open-source library for PDF manipulation and rendering.
BCrypt.Net-Next
by: Chris McKee Ryan D. Emerl Damien Miller
- 106 total downloads
- Latest version: 3.1.2
A fixed, enhanced and namespace compatible version of BCrypt.Net port of jBCrypt implemented in C#. It uses a variant of the Blowfish encryption algorithm’s keying schedule, and introduces a work factor, which allows you to determine how expensive the hash function will be, allowing the algorithm to be "future-proof".
BenchmarkDotNet
by: .NET Foundation and contributors
- 111 total downloads
- Latest version: 0.10.0
Powerful .NET library for benchmarking