Skip to content

The simple initialization of ProgressBar is throwing "The handle is invalid." exception in VSCode while debugging. #92

Open
@mnsrulz

Description

@mnsrulz

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;
}

image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions