-
Notifications
You must be signed in to change notification settings - Fork 58
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
Comments
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. |
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'." 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." |
@JakeMoe that is correct, the keepass lib uses winforms amoung other .Net Standard only features, Updated Title to reflect this. |
This needs researching and and testing to see if this is even feasible.
The text was updated successfully, but these errors were encountered: