You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search the existing issues, especially the pinned issues.
Exception report
Oops, something went wrong.Please report this bug with ALL the details below, including both the 'Environment' and 'Exception' sections.Please report on GitHub: https://github.com/PowerShell/PSReadLine/issues/new?template=Bug_Report.yamlThank you!### EnvironmentPSReadLine: 2.3.6+d2e770f93b7a53d8660a6402eb29d1ae1c35e767PowerShell: 7.5.2OS: Microsoft Windows 10.0.26100BufferWidth: 120BufferHeight: 26Last 63 Keys: l s Spacebar - p a Tab Alt+h q Ctrl+c U P d a t e Backspace Backspace Backspace Backspace Backspace p d a t e - H e l Tab Spacebar - Y Backspace U i Tab Spacebar E Backspace e n - U S Enter c p p Spacebar Backspace Backspace Backspace Backspace l s Spacebar - p a Tab Alt+h### ExceptionMicrosoft.CSharp.RuntimeBinder.RuntimeBinderException: Cannot perform runtime binding on a null reference at CallSite.Target(Closure, CallSite, Object) at System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0) at Microsoft.PowerShell.PSConsoleReadLine.WriteParameterHelp(Object helpContent) at Microsoft.PowerShell.PSConsoleReadLine.WriteDynamicHelpContent(String commandName, String parameterName, Boolean isFullHelp) at Microsoft.PowerShell.PSConsoleReadLine.DynamicHelpImpl(Boolean isFullHelp) at Microsoft.PowerShell.PSConsoleReadLine.ShowParameterHelp(Nullable`1 key, Object arg) at Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(PSKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg) at Microsoft.PowerShell.PSConsoleReadLine.InputLoop() at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics, CancellationToken cancellationToken, Nullable`1 lastRunStatus)
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
Insert any commandlet with parameter, don't press Enter. Press Alt+h to get a hint. The exception occurs both in the terminal and in the console.
Expected behavior
Expecting to receive a short hint on the parameter
Actual behavior
We get an exception