EF.DbContextFactory.StructureMap.WebApi
1.0.1
With EF.DbContextFactory you can resolve easily your DbContext dependencies in a safe way injecting a factory instead of an instance itself, enabling you to work in multi-thread contexts with Entity Framework or just work safest with DbContext following the Microsoft recommendations about the DbContext lifecycle.
Install-Package EF.DbContextFactory.StructureMap.WebApi -Version 1.0.1
dotnet add package EF.DbContextFactory.StructureMap.WebApi --version 1.0.1
<PackageReference Include="EF.DbContextFactory.StructureMap.WebApi" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EF.DbContextFactory.StructureMap.WebApi --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
- EntityFramework (>= 6.0.0)
- WebApi.StructureMap (>= 1.0.21)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.