The simple initialization of ```ProgressBar``` is throwing ```"The handle is invalid."``` exception in VSCode while debugging. ``` try { var bar = new ProgressBar(10); } catch (System.Exception ex) { var e = ex; } ``` 