SimpleInjector.Extensions.ExecutionContextScoping 3.1.2

dotnet add package SimpleInjector.Extensions.ExecutionContextScoping --version 3.1.2                
NuGet\Install-Package SimpleInjector.Extensions.ExecutionContextScoping -Version 3.1.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleInjector.Extensions.ExecutionContextScoping" Version="3.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleInjector.Extensions.ExecutionContextScoping --version 3.1.2                
#r "nuget: SimpleInjector.Extensions.ExecutionContextScoping, 3.1.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SimpleInjector.Extensions.ExecutionContextScoping as a Cake Addin
#addin nuget:?package=SimpleInjector.Extensions.ExecutionContextScoping&version=3.1.2

// Install SimpleInjector.Extensions.ExecutionContextScoping as a Cake Tool
#tool nuget:?package=SimpleInjector.Extensions.ExecutionContextScoping&version=3.1.2                

The Execution Context Scoping package adds an advanced new lifestyle called 'Execution Context Scope', which allows instances to live within an explicitly defined execution context scope (or logical call context) and get disposed when this scope ends.

Product 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. 
.NETPlatform dotnet is compatible. 
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SimpleInjector.Extensions.ExecutionContextScoping:

Package Downloads
SimpleInjector.Integration.WebApi

Simple Injector ASP.NET Web API Integration.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on SimpleInjector.Extensions.ExecutionContextScoping:

Repository Stars
BlogEngine/BlogEngine.NET
Multi-User ASP.NET Blogging Application
chkr1011/HA4IoT
Open Source Home Automation system for .NET
TrackableEntities/trackable-entities
N-Tier Support for Entity Framework with WCF or ASP.NET Web API
Version Downloads Last updated
3.1.2 911 12/14/2015
3.1.2-alpha2 130 12/8/2015
3.1.2-alpha1 60 12/6/2015
3.1.1 2,598 11/23/2015
3.1.0 6,074 10/12/2015
3.0.7 275 10/10/2015
3.0.6 1,145 10/4/2015
3.0.5 5,773 9/3/2015
3.0.4 773 8/31/2015
3.0.3 794 8/27/2015
3.0.1 1,705 8/20/2015
3.0.0 1,176 8/18/2015
3.0.0-beta4 85 8/11/2015
3.0.0-beta3 75 8/3/2015
3.0.0-beta2 136 7/17/2015
3.0.0-beta1 460 6/28/2015
3.0.0-alpha2 83 6/21/2015
3.0.0-alpha1 94 6/14/2015
2.8.3 4,977 7/17/2015
2.8.1 103 7/17/2015
2.8.0 19,334 5/2/2015
2.8.0-beta4 159 4/27/2015
2.8.0-beta3 67 4/26/2015
2.8.0-beta2 93 4/17/2015
2.8.0-beta1 81 4/9/2015
2.8.0-alpha1 75 4/5/2015
2.7.3 11,084 3/9/2015
2.7.3-alpha1 149 3/1/2015
2.7.2 4,864 2/12/2015
2.7.2-alpha2 64 2/12/2015
2.7.1 1,456 2/1/2015
2.7.0 1,817 1/15/2015
2.6.1 17,395 10/26/2014
2.6.0 1,059 10/14/2014
2.6.0-beta1 163 8/30/2014
2.5.2 9,276 7/13/2014
2.5.0 6,927 3/2/2014
2.5.0-beta2 92 2/26/2014

Fixes and improvements:
-GetCurrentExecutionContextScope() will never return disposed scopes anymore. (fixes #159)
-DNXCORE50/CoreCLR version available. (fixes #57)

for more information see: https://github.com/simpleinjector/SimpleInjector/releases/tag/v3.1.2