adrium/KeepassPfpConverter

Incompatibility with .NET Framework 2.0 compiler

Closed this issue · 2 comments

Error msg:
image

Thanks for reporting!

You seem to be the first person that tries the plugin. 🎉
That's also the reason why I haven't noticed the issue for some time.
Sorry about that, I simply did not expect that... 😅

I would be interested in your use case. Can you tell me more about it?

My use case is that I use my fork of PfP for all passwords and credentials. To conveniently use them on my mobile as well, I convert the database from time to time and use it with KeePass DX.
The nice thing is that the converter creates custom fields from notes which can directly be used in the Magikeyboard (for example CVVs for credit cards).

The issue is fixed in d278d51.
There was an exception filter (catch when) which is only supported in C# 6 and above.

I have to admit that I don't actually test every release with Windows, because I use Linux with Mono.
But now the problem should not occur anymore. Can you confirm?