Skip to content

PSReadLine 2.0.0 in PowerShell Core 6.1 and Windows PowerShell RS5 #769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
damrichard opened this issue Sep 29, 2018 · 1 comment
Closed
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@damrichard
Copy link

Environment data

PSVersion 6.1.0 or 5.1.17763.1
PSReadLine 2.0.0

Steps to reproduce or exception report

Get-PSReadLineOption
Get-PSReadLineOption : The type initializer for 'Microsoft.PowerShell.PSConsoleReadLine' threw an exception.
At line:1 char:1

  • Get-PSReadLineOption
  • CategoryInfo : NotSpecified: (:) [Get-PSReadLineOption], TypeInitializationException
  • FullyQualifiedErrorId : System.TypeInitializationException,Microsoft.PowerShell.GetPSReadLineOption

The module doesn't work. Any command are available.

@lzybkr
Copy link
Contributor

lzybkr commented Sep 29, 2018

Duplicate of #614, fixed in #768 (just merged, not in any release yet).
The workaround for now is to used another keyboard layout, build from the latest, or grab a build out of appveyor.

@lzybkr lzybkr closed this as completed Sep 29, 2018
@lzybkr lzybkr added the Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. label Sep 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

2 participants