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
PS O1:\総務部> Add-OrchFolderUser 'Automation Users',everyoneOops, 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.4PowerShell: 7.3.8OS: Microsoft Windows 10.0.22621BufferWidth: 120BufferHeight: 30Last 65 Keys: c d Spacebar o 1 : RightArrow Enter g e t - o r c h u Tab Enter g e t - o r c h f Tab Tab Enter a d d - o r c h f o Tab Spacebar Backspace Backspace Backspace Backspace Backspace Backspace Backspace Backspace Tab Tab Spacebar Ctrl+Spacebar RightArrow RightArrow LeftArrow RightArrow RightArrow RightArrow RightArrow LeftArrow , Ctrl+Spacebar### ExceptionSystem.Management.Automation.PSInvalidOperationException: Cannot access properties on a null instance of the type CompletionResult. at System.Management.Automation.CompletionResult.get_ListItemText() at Microsoft.PowerShell.PSConsoleReadLine.<>c.<CreateCompletionMenu>b__54_0(CompletionResult c) at System.Linq.Enumerable.MaxInteger[TSource,TResult](IEnumerable`1 source, Func`2 selector) at Microsoft.PowerShell.PSConsoleReadLine.CreateCompletionMenu(Collection`1 matches) at Microsoft.PowerShell.PSConsoleReadLine.PossibleCompletionsImpl(CommandCompletion completions, Boolean menuSelect) at Microsoft.PowerShell.PSConsoleReadLine.CompleteImpl(Boolean menuSelect) at Microsoft.PowerShell.PSConsoleReadLine.MenuComplete(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)
I am developing my own cmdlet with c#.
This has arg completer. when pressing ctrl+space to show the candidates, PS console shows message to request file a bug report.
Expected behavior
Show the completion candidates.
Actual behavior
Show the error above.
The text was updated successfully, but these errors were encountered:
Prerequisites
Exception report
Screenshot
Environment data
Steps to reproduce
I am developing my own cmdlet with c#.
This has arg completer. when pressing ctrl+space to show the candidates, PS console shows message to request file a bug report.
Expected behavior
Show the completion candidates.
Actual behavior
Show the error above.
The text was updated successfully, but these errors were encountered: