Dongbo Wang

Results 460 comments of Dongbo Wang

@MartinGC94 Can you please rebase? I think the failures come from a different PR that was merged.

@MartinGC94 Thanks for the improvements!

I investigated this issue some more trying to understand the discrepancy in this behavior between WinPS 5.1 and PS 7.2. It turns out this is because PowerShell 7 changed how...

@ABSPFD Can you please provide the instructions to setup a repro environment?

@ABSPFD Thanks for trying that out and getting back to us! The information about the `Packet` key is very helpful. I believe this was already fixed in the 2.2 version...

Yes, PowerShell 7.3 will ship with the v2.2.6 of PSReadLine, which has this fix.

Talked to @joeyaiello about this the other day. When `-ReferencedAssemblies` is specified, we currently only automatically include two ref assemblies in addition to what the user specifies, see the code...

dotnet standard stuff will be available as long as `netstandard.dll` is referenced. So maybe just add `netstandard.dll` to `InitAutoIncludedRefAssemblies` ... not sure if that's sufficient.