shellprogressbar
shellprogressbar copied to clipboard
ShellProgressBar - display progress in your console application
When setting CollapseWhenFinished to true, it also collapses child tasks where ObservedError is set to true. Is it possible to not collapse a child progress bar if it has an...
Hello! Sometimes, depending on the values of `MaxTicks` and `CurrentTick`, progress bars fails to complete due to floating point arithmetic issues. Here is a screenshot from my debugger where the...
> [!important] > I don't have support for .Net Standard 1.3 because I can't reference the source generator I wrote when compiling for the .Net Standard 1.3 target framework. >...
Should correctly calc the char width in console. Not simply using String.Length. Consider this implement: https://github.com/gui-cs/NStack/blob/92b5d7f56bad11a9ce637797d0c8c4a14d6f50c5/NStack/unicode/Rune.ColumnWidth.cs#L152
I'm using with .Net framework .Nothing appears except the first line. I changed some of code parts , but console still not showing like the .net core example 
Maybe I'm doing something wrong, but is the image below normal behavior? Some bars disappear, some don't as it scrolls? 
When not collapsing a child progress bar, it would be really nice if there was a way to update the progress bars message. For example it might display "Downloading file...
Have you thought about using a library like [ZString](https://github.com/Cysharp/ZString) to help reduce the number of string allocations and improve performance? I can look into this, if that something you would...