Dongbo Wang

Results 460 comments of Dongbo Wang

Just want to leave a message that the issue sometimes reproduces for me, and some other times not. My module path has the Windows PowerShell module folders at the end,...

@adityapatwardhan Can you please review this PR?

@dkaszews Sorry that I missed your last comment. Here is a quick search of `Set-StrictMode -Version latest` in GitHub: https://grep.app/search?q=Set-StrictMode%20-Version%20latest. You can take a look and see how much it's...

Regarding @SteveL-MSFT's proposal in https://github.com/PowerShell/PowerShell/issues/17283#issuecomment-1374125422, it is still eager loading, meaning the long delay in startup reported here will remain an issue. Also, to register completion, it requires an installer...

> so with a file path based approach would we have both shared and user directories? @SteveL-MSFT It's similar to the module path concept we have in PowerShell. We can...

Thanks @DHowett for providing the context about AppX and MSIX packages. It sounds there is no way for a MSIX package to ship and deploy a PowerShell module on install...

PowerShell uses the same COM binder from C#, so this is likely an issue with the C# COM binder. It would be nice to reproduce the issue in C# with...

It looks to me PowerShell command discovery somehow cached the `t.cmd` it found from the first time. From your example repro above, continue to run the following: ``` > cd...

The Engine Working Group discussed this issue today. We believe this is a reasonable ask -- it would be nice to make it easier to exclude/include a folder completely with...

**The Engine WG reviewed this issue** and believe this is a duplicate of #14534. Will close this issue as a duplicate.