Metadata >> NuGet >> Nova.Threading.WPF >> 2.3.1

2.3.1

Metadata

Authors Steven Thuriot
Description Action Queuing system designed for the Nova project. Branched into this repository after growing enough to be a standalone project. Allows queuing through a manager on several queues. A queue can be created, destroyed or blocked. A blocked queue will not execute anything. Queues are built on top of .NET's dataflow library. Actions that belong to non-existant queues don't get executed. However, they can be marked to run unqueued. Metadata is easy to configure using attributes. (e.g. Blocking, Creational, ...) Action implementation is decoupled from the queuing system. A WPF specific dll has already been made.
Language en-US
LicenseUrl https://github.com/StevenThuriot/Nova.Threading/blob/master/LICENSE.md
Owners Steven Thuriot
ProjectUrl https://github.com/StevenThuriot/Nova.Threading
RequireLicenseAcceptance True
Summary Threaded action queuing system, specifically for WPF applications.
Dependencies Nova.Threading:2.1.2
Title Nova Threading - WPF
PackageSize 21846
PackageHashAlgorithm SHA512
PackageHash 8YEmrEF3Bsxn6ZeQiTdaivm4cwF0XTT31qqlqL+EDCm8V3N2CXtdOx7p/eQYvaftFJYQGQfRl24SmbCRIokhyQ==
DownloadCount 000000
CreatedDate 2013-10-15T16:58:39

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Nova.Threading.WPF -Version 2.3.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Nova.Threading.WPF -Version 2.3.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Nova.Threading.WPF 2.3.1 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Nova.Threading.WPF -Version 2.3.1 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Nova.Threading.WPF -Version 2.3.1 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Nova.Threading.WPF -Version 2.3.1
Uninstalling the package:
o remove-wrap Nova.Threading.WPF

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related
AnyCPU Release .NETFramework,Version=v4.5 Binaries