608
Downloads
61
Downloads of v 1.2.1.0
2013-01-21
Last update
NETFx AmbientSingleton<T>
1.2.1.0
Provides an easy way to implement the singleton (anti?) pattern so that it is ambient-safe, propagates with a call context and can be overriden per ambient (i.e. in tests).
To install NETFx AmbientSingleton<T>, run the following command in the Package Manager Console
PM> Install-Package netfx-System.AmbientSingleton
Release Notes
v1.2.1
* Changed to use CallContext.SetData/GetData instead of forcing LogicalSetData/GetData.
this allows the default behavior of only remoting across AppDomain/process boundaries
the actual values that implement ILogicalThreadAffinative.
Owners
Authors
Tags
Dependencies
-
- netfx-Guard (≥ 1.3)
Version History
| Version | Downloads | Last updated |
|---|---|---|
| NETFx AmbientSingleton<T> 1.2.1.0 | 61 | Monday, January 21 2013 |
| NETFx AmbientSingleton<T> 1.2.0.0 | 30 | Monday, January 14 2013 |
| NETFx AmbientSingleton<T> 1.1.0.0 | 61 | Monday, December 03 2012 |
| NETFx AmbientSingleton<T> 1.0.0.0 | 456 | Tuesday, January 10 2012 |