My PowerShell upgraded to the brand new PowerShell 7.2.0 and it occurred routinely since I get PowerShell from the Home windows Retailer. Nonetheless, my fancy immediate use PSReadLine with Predictive Autocomplete stopped working instantly.

Nonetheless, instantly I began getting this error on each immediate.
Couldn't load sort 'System.Administration.Automation.Subsystem.PredictionResult' from meeting 'Microsoft.PowerShell.PSReadLine.Polyfiller, Model=1.0.0.0, Tradition=impartial, PublicKeyToken=null'.
at Microsoft.PowerShell.PSConsoleReadLine.PredictionViewBase.Reset()
at Microsoft.PowerShell.PSConsoleReadLine.PredictionInlineView.Reset()
at Microsoft.PowerShell.PSConsoleReadLine.Prediction.Reset()
at Microsoft.PowerShell.PSConsoleReadLine.Initialize(Runspace runspace, EngineIntrinsics engineIntrinsics)
at Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics, CancellationToken cancellationToken)
Effectively, you possibly can see I am utilizing a Beta of PSReadLine 2.2:
### Setting
PSReadLine: 2.2.0-beta2
PowerShell: 7.2.0
However I’ve didn’t preserve it updated, and after I bought into this state, I noticed simply because my immediate wasn’t fairly (momentarily) I might replace it with one line whereas nonetheless staying on the Beta Prepare.
Set up-Module PSReadLine -AllowPrerelease -Power
Now I am on 2.2.0-beta4 and all is nicely and I’ve my cool prediction historical past again!
Sponsor: Couchbase Capella DBaaS is versatile, full-featured and absolutely managed with built-in entry by way of Ok/V, SQL and full textual content search. It’s blazing quick, but surprisingly reasonably priced. Attempt Capella immediately without spending a dime.
About Scott
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, guide, father, diabetic, and Microsoft worker. He’s a failed stand-up comedian, a cornrower, and a e book creator.
About Publication
