SharpRepository.Ioc.StructureMap
1.2.0
See the version list below for details.
dotnet add package SharpRepository.Ioc.StructureMap --version 1.2.0
NuGet\Install-Package SharpRepository.Ioc.StructureMap -Version 1.2.0
<PackageReference Include="SharpRepository.Ioc.StructureMap" Version="1.2.0" />
paket add SharpRepository.Ioc.StructureMap --version 1.2.0
#r "nuget: SharpRepository.Ioc.StructureMap, 1.2.0"
// Install SharpRepository.Ioc.StructureMap as a Cake Addin #addin nuget:?package=SharpRepository.Ioc.StructureMap&version=1.2.0 // Install SharpRepository.Ioc.StructureMap as a Cake Tool #tool nuget:?package=SharpRepository.Ioc.StructureMap&version=1.2.0
SharpRepository is a generic repository written in C# which includes support for various relational, document and object databases including Entity Framework, RavenDB, MongoDb and Db4o. SharpRepository includes Xml and InMemory repository implementations as well. SharpRepository offers built-in caching options for AppFabric, memcached and the standard System.Runtime.Caching. SharpRepository also supports Specifications, FetchStrategies, Batches and Traits.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- SharpRepository.Repository (>= 1.2.0)
- structuremap (>= 2.6.4.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SharpRepository.Ioc.StructureMap:
Package | Downloads |
---|---|
SharpRepository.Ioc.Microsoft.DependencyInjection
Injects SharpRepository using StructureMap in your .NET Core apps or even using Microsoft.DependencyInjection library. |
|
SharpRepository.Ioc.Mvc
Injects SharpRepository using StructureMap in your Asp.Net Mvc 5 and WebApi 2 project |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.1.1 | 2,414 | 2/26/2020 |
2.1.0-prerelease | 620 | 10/25/2019 |
2.0.4.1 | 9,118 | 3/11/2019 |
2.0.4-prerelease | 568 | 11/8/2018 |
2.0.3 | 6,079 | 2/1/2018 |
2.0.2-beta1 | 725 | 11/15/2017 |
2.0.1-beta1 | 983 | 11/9/2017 |
1.5.0.2 | 1,222 | 7/25/2017 |
1.5.0-prerelease | 782 | 5/22/2017 |
1.4.7 | 1,289 | 2/17/2016 |
1.3.6.14 | 3,386 | 7/14/2013 |
1.2.0 | 1,360 | 3/14/2013 |
Compound keys, sharing of DbContext via IoC containers, misc bug fixes