ProgressDialog 1.2.2
Package was moved to .Wpf moniker to allow clear naming scheme with support for multiple UI frameworks.
See the version list below for details.
dotnet add package ProgressDialog --version 1.2.2
NuGet\Install-Package ProgressDialog -Version 1.2.2
<PackageReference Include="ProgressDialog" Version="1.2.2" />
paket add ProgressDialog --version 1.2.2
#r "nuget: ProgressDialog, 1.2.2"
// Install ProgressDialog as a Cake Addin #addin nuget:?package=ProgressDialog&version=1.2.2 // Install ProgressDialog as a Cake Tool #tool nuget:?package=ProgressDialog&version=1.2.2
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 separeteley in the ProgressDialogStatusIntreface package, which is a netStandard 2.0 package without dependency on WPF, so it can be integrated into netStandard libraries.
A sample implementation of the IProgressStatus Interface based on the Prism MVVM framework is provided in the ProgressDialogStatus package. This implementation is ready-to-use for projects using Prism for the MVMM pattern.
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. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- ProgressDialogStatusInterface (>= 1.2.2)
-
.NETFramework 4.5
- ProgressDialogStatusInterface (>= 1.2.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.