@Roger Ye, Thank you soooo much for releasing a compatible nuget package for NET5.0 =) I was struggling for 1 month now finding a compatible version It seems to work now like a sharm. Using this code in C# to get the datas out of KeePass if anyone needs it: using System; using System.Linq; using KeePassLib; using KeePassLib.Keys; using KeePassLib.Serialization; namespace KeePasso { class Program { static void Main() { var dbpath = @"\\xxx\Desktop\KeePassDatabase\Database.kdbx"; var keypath = @"\\xxx\Desktop\KeePassDatabase\Database.key";...
Thanks =) It seems to work now like a sharm. Using this code in C# to get the datas out of KeePass if anyone needs it: using System; using System.Linq; using KeePassLib; using KeePassLib.Keys; using KeePassLib.Serialization; namespace KeePasso { class Program { static void Main() { var dbpath = @"\\xxx\Desktop\KeePassDatabase\Database.kdbx"; var keypath = @"\\xxx\Desktop\KeePassDatabase\Database.key"; var masterpw = "1234abcd"; var ioConnInfo = new IOConnectionInfo { Path = dbpath }; var compKey...
Thanks =) Ill wait for the next build which i can test then in VS. Just keep me up to date when its out =D Thanks!
Hey, yeah there could be more issues maybe. Because there are several Nuget KeePass Packages which use the 2.x librabries and in Core 5.0 they removed a lot of them. Hopefully your version of that nuget package will work =) Maybe you could test out if its possible to read a password out of keepass using your nuget package in visual studio using NET 5.0? So you and me we avoid further problems when its not compatible with NET5.0?
Strange, i cant install it in my new visual studio console project using NET5.0. Im getting these errors: Error Package restore failed. Rolling back package changes for 'KeePasso'. Error NU1102 Unable to find package PureOtp with version (>= 1.0.0.8) - Found 2 version(s) in nuget.org [ Nearest version: 1.0.0.1 ] - Found 0 version(s) in Microsoft Visual Studio Offline Packages KeePasso C:\Users\xyz\source\repos\KeePasso\KeePasso\KeePasso.csproj 1
Hello Roger, i am working on a C# project using NET5.0 and looking for a compatible KeePass Nuget Package which i can use in my project to only read out a password from the KeePass software. Already struggling for over 4 weeks trying to find the right version and a few days ago someone send me the link to your thread here. Do i understand it correct that your KPCLib might help me finally to read out a password in NET5.0?
Hello Roger, i am working on NET5.0 in C# VS and looking for a compatible KeePass Nuget Package which i can use in my project to only read out a password from the KeePass software. Already struggling for over 4 weeks trying to find the right version and a few days ago someone send me the link to your thread here. Do i understand it correct that your KPCLib might help me finally to read out a password in NET5.0?
Hello Roger, i am working on Core5.0 in C# VS and looking for a compatible KeePass Nuget Package which i can use in my project to only read out a password from the KeePass software. Already struggling for over 4 weeks trying to find the right version and a few days ago someone send me the link to your thread here. Do i understand it correct that your KPCLib might help me finally to read out a password in Core 5.0?