Basis for the ioc layer of the Harpy Framework.
Info
Version: | 2.0.0.11 |
Author(s): | Paulo Leal |
Last Update: | Thursday, August 11, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/dotnet-myth/harpy-framework/harpy |
NuGet Url: | https://www.nuget.org/packages/Harpy.IoC |
Install
Install-Package Harpy.IoC
dotnet add package Harpy.IoC
paket add Harpy.IoC
Harpy.IoC Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 10.1.1)
- AutoMapper.Extensions.ExpressionMapping(>= 4.1.0)
- AutoMapper.Extensions.Microsoft.DependencyInjection(>= 8.1.0)
- FluentValidation(>= 9.3.0)
- Harpy.Application(>= 1.0.9.6)
- Harpy.Bus(>= 1.0.9.6)
- Harpy.Context(>= 1.0.9.6)
- Harpy.Domain(>= 1.0.9.6)
- Harpy.Repository(>= 1.0.9.6)
- MediatR(>= 9.0.0)
- MediatR.Extensions.Microsoft.DependencyInjection(>= 9.0.0)
- Microsoft.EntityFrameworkCore(>= 3.1.10)
- Microsoft.EntityFrameworkCore.InMemory(>= 3.1.10)
- Microsoft.EntityFrameworkCore.Proxies(>= 3.1.10)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection(>= 3.1.10)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.10)