PSKeePass / PoShKeePass

PowerShell module for KeePass
MIT License
256 stars 58 forks source link

Module fails with PowerShell 7 #192

Open markdmac opened 3 years ago

markdmac commented 3 years ago

Module won't load properly with PowerShell 7. Please add support for the latest version.

insanerwayner commented 3 years ago

For now I have worked around this, if running Windows, by importing with the -UseWindowsPowershell flag.

Import-Module PoshKeePass -UseWindowsPowershell -WarningAction SilentlyContinue <- This imports it quietly.