netfx-System.Threading.ThreadData 1.1.0

dotnet add package netfx-System.Threading.ThreadData --version 1.1.0
NuGet\Install-Package netfx-System.Threading.ThreadData -Version 1.1.0
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="netfx-System.Threading.ThreadData" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add netfx-System.Threading.ThreadData --version 1.1.0
#r "nuget: netfx-System.Threading.ThreadData, 1.1.0"
#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 netfx-System.Threading.ThreadData as a Cake Addin
#addin nuget:?package=netfx-System.Threading.ThreadData&version=1.1.0

// Install netfx-System.Threading.ThreadData as a Cake Tool
#tool nuget:?package=netfx-System.Threading.ThreadData&version=1.1.0

Provides strong-typed persistence of data in Thread local storage, which can also be transient and automatically removed on dispose.

Usage: Thread.CurrentThread.SetData<Foo>(foo);
var saved = Thread.CurrentThread.GetData<Foo>();

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 180 8/30/2011
1.0.0.21 52 6/15/2011
1.0.0.15 56 5/30/2011
1.0.0.14 55 5/20/2011
1.0.0.8 53 5/19/2011
1.0.0.6 54 5/19/2011
1.0.0.4 57 5/5/2011