Dongbo Wang

Results 368 comments of Dongbo Wang

@SteveL-MSFT Was the change required due to security reason? Can you please take a look?

@ArmaanMcleod For the stable and preview versions, the commit id is the tag for the release, which happens to be the same as `PSVersoin`. If you are using a daily...

This is a similar report as https://github.com/PowerShell/PowerShell/issues/14779. Both cmdlets are from the `Storage` module, which is implemented as a CDXML module (meaning they involve native code execution by WMI providers)....

@StevenBucher98 and @theJasonHelmick, can we contact the owner team of the `Storage` module about the memory leak? This is the 2nd report about memory leaks when using cmdlets from the...

Thanks to @StevenBucher98 for getting in contact with the owner team of the `Storage` module, we got response from the owner team that they can reproduce the leak with `Get-PhysicalDisk`...

@SteveL-MSFT In what cases would `Hide` be called from multiple threads?

I have the similar concern as @PaulHigin and @iSazonov. By looking at the code, it seems the issue would happen only if more than one threads are calling `Hide` on...

Re-assigned to @JamesWTruher, who will work on this in 7.3 development cycle.

@SeeminglyScience I think it's reasonable to assume stderr always emits text. Can you maybe create a draft PR with your changes so far?

The comment in the related code gives an example where this is needed: https://github.com/PowerShell/PowerShell/blob/65b83e90d5ee79464dba0dc2b41d3da38c4f8d5c/src/System.Management.Automation/engine/parser/Compiler.cs#L2297-L2300 Looking at the code, it turns out we are flushing results from the temp pipe to...