Dongbo Wang

Results 33 issues of Dongbo Wang

# PR Summary Fix #17836 Do not preserve temporary results when no need to do so. ## PR Checklist - [x] [PR has a meaningful title](https://github.com/PowerShell/PowerShell/blob/master/.github/CONTRIBUTING.md#pull-request---submission) - Use the present...

CL-Engine
Extra Small

# PR Summary Enable R2R with RC.1 daily build to see if there are any regressions

Waiting on Author
Extra Small

**Summary of the new feature** In practice, `catch [System.Management.Automation.RuntimeException] { ... }` behaves the same as an unqualified catch block. That is, it catches any exception. See details in https://github.com/PowerShell/PowerShell/issues/16392....

Up-for-Grabs

The ternary operator will soon be added to the PowerShell language, which may cause syntax colorization issue. Open this issue to track the possible changes needed in this repo.

This is a feedback from the tech review within PowerShell team. Currently PowerShell built-in `Write-*` cmdlets are redirected to the Azure Function log in the following mapping: Write-* cmdlet (the...

## PR Summary Complete the progress bar rendering in `Invoke-WebRequest` when downloading is successful or cancelled. The `WriteToStream` method doesn't complete the progress bar rendering when the download is complete...

CL-General
Extra Small

# PR Summary Fix #12801 Make PowerShell class not affiliate with Runspace when declaring the `NoRunspaceAffinity` attribute. By default, a PowerShell class is affiliated with the Runspace where it's created....

CL-General
Extra Small

### Prerequisites - [X] **Existing Issue:** Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react,...

doc-idea
hold-for-pr
experimental
hold-for-release

### Prerequisites - [X] **Existing Issue:** Search the existing issues for this repository. If there is an issue that fits your needs do not file a new one. Subscribe, react,...

doc-idea
about
hold-for-release

## PR Summary The `Regex.IsMatch` in `GetDotNetType` is pretty expensive. Actually, in most cases, we can use simpler checks to get what we need. Handle those common cases so as...

Extra Small