You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had trouble getting this to work from the latest release on Ubuntu 24.04 so I had a look at how to build so it would work. At the moment the product of that effort is in this fork here: https://github.com/wrouesnel/KeeOtp2
The basic problem I encountered was when building the PLGX file, OTP.net refuses to load - possibly due to something to do with strong name signing?
If I build with the dotnet SDK (via Jetbrains Rider, MSBuild 16) then I can get it to load and work just fine but it required a few changes including adding an override to work around System.Resources.Extensions.dll incompatibilities.
But, it does work (see the README.md additions on that repo if you're curious) - and at least the way I use Keepass (via Keepass Portable and Syncthing sending it to all my machines) this seems like an adequate solution.
This isn't really an issue, just a note if anyone else has the same problem.
The text was updated successfully, but these errors were encountered:
I had trouble getting this to work from the latest release on Ubuntu 24.04 so I had a look at how to build so it would work. At the moment the product of that effort is in this fork here: https://github.com/wrouesnel/KeeOtp2
The basic problem I encountered was when building the PLGX file,
OTP.net
refuses to load - possibly due to something to do with strong name signing?If I build with the dotnet SDK (via Jetbrains Rider, MSBuild 16) then I can get it to load and work just fine but it required a few changes including adding an override to work around
System.Resources.Extensions.dll
incompatibilities.But, it does work (see the README.md additions on that repo if you're curious) - and at least the way I use Keepass (via Keepass Portable and Syncthing sending it to all my machines) this seems like an adequate solution.
This isn't really an issue, just a note if anyone else has the same problem.
The text was updated successfully, but these errors were encountered: