Info
Version: | 1.0.29 |
Author(s): | Aaron Luna, Nick Spreitzer |
Last Update: | Saturday, March 14, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/refactorsaurusrex/console-progress-bar |
NuGet Url: | https://www.nuget.org/packages/Luna.ConsoleProgressBar |
Install
Install-Package Luna.ConsoleProgressBar
dotnet add package Luna.ConsoleProgressBar
paket add Luna.ConsoleProgressBar
Luna.ConsoleProgressBar Download (Unzip the "nupkg" after downloading)
Dependencies
- JetBrains.Annotations(>= 2019.1.3)
Tags
Includes a basic progress bar which can be used for any long-running task, a file transfer progress bar that detects when the transfer has stalled, firing an event that the client can subscribe to, and a marquee progress bar which can be used for long-running tasks of indeterminate length.