clarius - netfx-System.AppDomainData 1.1.0.3
Provides strong-typed persistence of data in an AppDomain, which can also be transient and automatically removed on dispose.
Usage: AppDomain.CurrentDomain.SetData<Foo>(foo); var saved = AppDomain.CurrentDomain.GetData<Foo>();
PM> Install-Package netfx-System.AppDomainData -Version 1.1.0.3 -Source https://www.myget.org/F/clarius/api/v3/index.json
> nuget.exe install netfx-System.AppDomainData -Version 1.1.0.3 -Source https://www.myget.org/F/clarius/api/v3/index.json
> dotnet add package netfx-System.AppDomainData --version 1.1.0.3 --source https://www.myget.org/F/clarius/api/v3/index.json
source https://www.myget.org/F/clarius/api/v3/index.json
nuget netfx-System.AppDomainData ~> 1.1.0.3
Copy to clipboard
> choco install netfx-System.AppDomainData --version 1.1.0.3 --source https://www.myget.org/F/clarius/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "clarius" -SourceLocation "https://www.myget.org/F/clarius/api/v2"
Install-Module -Name "netfx-System.AppDomainData" -RequiredVersion "1.1.0.3" -Repository "clarius"
Copy to clipboard
Ownerskzu |
AuthorsDaniel Cazzulino, kzu, Clarius |
Project URLhttp://netfx.codeplex.com/ |
LicenseBSD |
Tagsnetfx AppDomain |
Info1 total downloads |
| 1 downloads for version 1.1.0.3 |
| Download (5.02 KB) |
| Found on the current feed only |
Package history
| Version | Size | Last updated | Downloads | Mirrored? | |||
|---|---|---|---|---|---|---|---|
|
|
1.1.0.3 | 5.02 KB | Mon, 11 Jan 2016 18:09:12 GMT | 1 |
|