Injects SharpRepository using StructureMap in your .NET Core apps or even using Microsoft.DependencyInjection library.
Info
Version: | 2.1.2 |
Author(s): | Omar Piani, Ben Griswold, Jeff Treuting |
Last Update: | Monday, August 2, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SharpRepository/SharpRepository |
NuGet Url: | https://www.nuget.org/packages/SharpRepository.Ioc.Microsoft.DependencyInjection |
Install
Install-Package SharpRepository.Ioc.Microsoft.DependencyInjection
dotnet add package SharpRepository.Ioc.Microsoft.DependencyInjection
paket add SharpRepository.Ioc.Microsoft.DependencyInjection
SharpRepository.Ioc.Microsoft.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 1.3
- SharpRepository.Ioc.StructureMap(>= 2.1.1)
- SharpRepository.Repository(>= 2.1.2)
- Microsoft.Extensions.DependencyInjection(>= 1.1.0)
- NETStandard.Library(>= 1.6.1)
- StructureMap.Microsoft.DependencyInjection(>= 1.4.0)
- SharpRepository.Ioc.StructureMap(>= 2.1.1)
- SharpRepository.Repository(>= 2.1.2)
- Microsoft.Extensions.DependencyInjection(>= 2.1.0 && < 3.0.0)
- StructureMap.Microsoft.DependencyInjection(>= 1.4.0)
Tags