ProgressDialog 1.4.0
Package was moved to .Wpf moniker to allow clear naming scheme with support for multiple UI frameworks.
dotnet add package ProgressDialog --version 1.4.0
NuGet\Install-Package ProgressDialog -Version 1.4.0
<PackageReference Include="ProgressDialog" Version="1.4.0" />
paket add ProgressDialog --version 1.4.0
#r "nuget: ProgressDialog, 1.4.0"
// Install ProgressDialog as a Cake Addin #addin nuget:?package=ProgressDialog&version=1.4.0 // Install ProgressDialog as a Cake Tool #tool nuget:?package=ProgressDialog&version=1.4.0
An easy-to-integrate progess indicator for MVVM pattern based WPF applications. Features a status text & progress bar that can be updated from long running tasks in the model through a IProgressStatus interface.
The interface is also provided seperateley in the ProgressDialogStatus package, which is a netStandard 2.0 package without dependency on WPF, so it can be integrated into netStandard libraries. It also contains a ready-to-use sample implementation of the interface.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- ProgressDialogStatus (>= 1.2.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.