Dongbo Wang

Results 459 comments of Dongbo Wang

> For what it's worth, I have a new work laptop and a new personal laptop and both still have problems updating PowerShell help for several modules, including PSReadLine/PSReadline. The...

The reported issue is the by-design behavior. Please see the issue pointed to by @kborowinski and the PR description of the fix: https://github.com/PowerShell/PowerShell/pull/16937.

See the `And allowing to declare generic arguments for property causes unexpected behaviors:` part in https://github.com/PowerShell/PowerShell/issues/16870#issuecomment-1054848038, and also the `Besides, there is no point to allow declaring generic arguments for...

> and maybe a cmdlet to stop the listener if PowerShell is being hosted. Would it be possible to have it configured by a property in `InitialSessionState`? So that the...

> The listener is per process and not per runspace, so I didn't think it made sense to include it in InitialSessionState. How about naming the property in `InitialSessionState` to...

> If it is for debug it is not clear why this should be opt-out but not out-in. @iSazonov That will be a breaking change.

It's not broken on Windows as far as I know (files are cleaned up). A user may want to connect to a powershell process running in production and debug some...

If you look into the issue mentioned in that comment, you will see that was about implicit remoting (remoteIPMoProxy_* files), not named piped. And [it was fixed](https://github.com/PowerShell/PowerShell/issues/13198#issuecomment-1117043096).

Mark this PR for interactive-console WG to review.

I'm afraid `Out-GridView` won't work in .NET Interactive because it depends on WPF. For PowerShell Core, When building package for Windows, we use `Microsoft.NET.Sdk.WindowsDesktop` instead of `Microsoft.NET.Sdk` to include the...