AspNetCore.HealthChecks.Redis
by: Xabaril Contributors
- 15 total downloads
- Latest version: 8.0.1
HealthChecks.Redis is the health check package for Redis.
AspNetCore.HealthChecks.SqlServer
by: Xabaril Contributors
- 17 total downloads
- Latest version: 9.0.0
HealthChecks.SqlServer is the health check package for SqlServer.
AspNetCore.HealthChecks.System
by: Xabaril Contributors
- 15 total downloads
- Latest version: 8.0.1
HealthChecks.System is the system health check package.
AspNetCore.HealthChecks.UI.Client
by: Xabaril Contributors
- 2 total downloads
- Latest version: 5.0.1
HealthChecks.UI.Client contains some mandatory abstractions to work with HealthChecks.UI.
AspNetCore.HealthChecks.UI.Core
by: Xabaril Contributors
- 2 total downloads
- Latest version: 5.0.1
HealthChecks.UI.Core package containing builder and model definitions
AspNetCore.HealthChecks.UI.InMemory.Storage
by: Xabaril Contributors
- 2 total downloads
- Latest version: 5.0.1
HealthChecks.UI.InMemory.Storage package contains the required classes to use InMemory provider in the UI
AspNetCoreRateLimit
by: Stefan Prodan Cristi Pufu
- 14 total downloads
- Latest version: 5.0.0
ASP.NET Core rate limiting middleware
Aspose.Words
by: Aspose
- 2 total downloads
- Latest version: 20.4.0
Aspose.Words for .NET is a Word Document Processing API that allows the developers to work with Microsoft Word® documents without needing Office Automation.
AsterNET
by: Ben Merrills
- 2 total downloads
- Latest version: 1.3.0
AsterNET an Asterisk FastAGI and AMI framework for .NET
AsyncKeyedLock
by: Mark Cilia Vincenti
- 3 total downloads
- Latest version: 7.0.1
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.
Autofac
by: Autofac Contributors
- 13 total downloads
- Latest version: 9.0.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.
Autofac.Configuration
by: Autofac Contributors
- 3 total downloads
- Latest version: 6.0.0
Configuration support for Autofac.
Autofac.Extensions.DependencyInjection
by: Autofac Contributors
- 9 total downloads
- Latest version: 9.0.0
Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.
Autofac.WebApi2
by: Autofac Contributors
- 3 total downloads
- Latest version: 6.1.1
Autofac integration for ASP.NET WebAPI.
AutoFixture
by: Mark Seemann AutoFixture
- 10 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.AutoMoq
by: Mark Seemann AutoFixture
- 2 total downloads
- Latest version: 4.18.1
This extension turns AutoFixture into an Auto-Mocking Container. The mock instances are created by Moq. To use it, add the AutoMoqCustomization to your Fixture instance. Read more at http://blog.ploeh.dk/2010/08/19/AutoFixtureAsAnAutomockingContainer.aspx
AutoFixture.Xunit2
by: Mark Seemann AutoFixture
- 2 total downloads
- Latest version: 4.18.1
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).
AutoMapper
by: Jimmy Bogard
- 13 total downloads
- Latest version: 16.0.0
A convention-based object-object mapper.
AutoMapper.Collection
by: Tyler Carlson
- 2 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.
AutoMapper.Extensions.Microsoft.DependencyInjection
by: Jimmy Bogard
- 6 total downloads
- Latest version: 11.0.0
AutoMapper extensions for ASP.NET Core