Dongbo Wang

Results 460 comments of Dongbo Wang

Leveraging the interpolated string handler for `WriteLine` doesn't further reduce allocations for the common cases **where tracing is disabled**, because your previous PR https://github.com/PowerShell/PowerShell/pull/10052 already eliminated allocation (mostly) for `WriteLine`...

So, the default table format will remove columns from right when the terminal size is not big enough on Linux. This is pretty bad for cmdlets like `Get-ChildItem`, because the...

@SteveL-MSFT Tests were added. Please take another look when you have a chance.

The PowerShell Engine WG reviewed this issue and agreed that this is a bug that should be addressed -- on Windows, `Target` should be able to resolve a hard link...

The code that resolves hard link was never enabled for PowerShell Core. That was because when initially porting Windows PowerShell to CoreCLR, the target was NanoServer and CoreSystem, where the...

When running a native utility in `S.M.A.PowerShell`, the standard output/error are always redirected to PowerShell output/error streams. The pipeline would detect there are things written into error stream and thus...

>get-service : Service 'MsQuic (MsQuic)' cannot be queried due to the following error: At line:1 char:1 At least the error message needs to be updated.

@iSazonov I didn't mean to frustrate you and I absolutely appreciate your intention for starting this work (this is not a simple change and you obviously put lots of effort)....

Thanks for the reminder!

I like the idea of having a list literal in powershell. I think it could have a syntax like `@[1, 2, 3]` to directly create a list with elements 1,...