Skip to content
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

Support PowerShell Core\6 #126

Open
jkdba opened this issue Oct 20, 2017 · 3 comments
Open

Support PowerShell Core\6 #126

jkdba opened this issue Oct 20, 2017 · 3 comments
Assignees

Comments

@jkdba
Copy link
Member

jkdba commented Oct 20, 2017

This needs researching and and testing to see if this is even feasible.

@jkdba jkdba self-assigned this Oct 20, 2017
@jkdba
Copy link
Member Author

jkdba commented Apr 8, 2019

Did some initial research here, keepasslib makes references to windows forms mainly among others that will slow this down. Will have to look and consider .net core ported keepasslib options if any viable.

@JakeMoe
Copy link

JakeMoe commented Aug 1, 2019

FYI, not just OSX/Linux. Tried this Windows PSCore (6.2.1) using a keyfile, and got:

New-Object : Exception calling ".ctor" with "1" argument(s): "Could not load type 'System.Security.Cryptography.ProtectedMemory' from assembly 'System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'."
At C:\Users\JohnM\Documents\PowerShell\Modules\PoShKeePass\2.1.3.0\PoShKeePass.psm1:2636 char:39

and

Exception calling "Open" with "3" argument(s): "Could not load file or assembly 'System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified."
At C:\Users\JohnM\Documents\PowerShell\Modules\PoShKeePass\2.1.3.0\PoShKeePass.psm1:2664 char:9

@jkdba
Copy link
Member Author

jkdba commented Aug 1, 2019

@JakeMoe that is correct, the keepass lib uses winforms amoung other .Net Standard only features, Updated Title to reflect this.

@jkdba jkdba changed the title OSX and Linux Support with PowerShell Core\6 Support PowerShell Core\6 Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants