BusyStateManager 1.1.0

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

// Install BusyStateManager as a Cake Tool
#tool nuget:?package=BusyStateManager&version=1.1.0

A .Net Framework library, for use in WPF, for controlling the 'Busy' state gracefully. It aims to be simple with one main class that provides a Boolean value for busy which should be used in conjunction with the Xceed Toolkit BusyIndicator or similar control. This class is responsible for managing the busy state which can be problematic if it is just being set in process because different threads can set it prior to other threads completing. This class aims to provide a better solution, namely to have this central static register of running threads, which unregister once complete, then the busy value is only set to true once the register is empty.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 950 11/7/2018
1.0.2 746 10/19/2018
1.0.1 868 10/11/2018
1.0.0 760 10/11/2018

Switched to .Net Framework as main deployment.