shellprogressbar icon indicating copy to clipboard operation
shellprogressbar copied to clipboard

ShellProgressBar - display progress in your console application

Results 35 shellprogressbar issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/14141071/63645959-0f354980-c712-11e9-9e98-b5ccce1f475f.png)

Maybe I'm doing something wrong, but is the image below normal behavior? Some bars disappear, some don't as it scrolls? ![image](https://user-images.githubusercontent.com/1653680/107788961-d9b95d00-6d05-11eb-8ff6-37021d396451.png)

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...